improvements to custom content dir support, props nacin, see #11742
git-svn-id: http://svn.automattic.com/wordpress/trunk@12936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Load mulitsite uploaded media
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Multisite
|
||||
*/
|
||||
|
||||
define( 'SHORTINIT', true );
|
||||
require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' ); // absolute includes are faster
|
||||
require_once( WP_CONTENT_DIR . '/blogs.php' );
|
||||
exit();
|
||||
Reference in New Issue
Block a user