PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • 109109 110110 if ( is_multisite() ) 111 return; 111 $this->markTestSkipped( 'Only runs on a MultiSite setup' ); 112112 113113 // For this test we need to change the upload URL to something other than uplaod path 114 add_filter( 'upload_dir', function( $args ) { 114 add_filter( 'upload_dir', $f = function( $args ) { 115115 $args['url'] = str_replace( 'wp-content/uploads', 'files', $args['url'] ); 1
http://www.w3.org/ns/prov#wasQuotedFrom
  • wordpress.org