Rename wp-includes/blogs.php to ms-blogs.php. See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fae5bdac1e
commit
dfe271c71b
|
@ -4,7 +4,7 @@
|
||||||
* Site/blog functions that work with the blogs table and related data.
|
* Site/blog functions that work with the blogs table and related data.
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Site
|
* @subpackage Multisite
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -80,7 +80,7 @@ include_once( ABSPATH . WPINC . '/pomo/mo.php' );
|
||||||
|
|
||||||
// Initialize multisite if enabled.
|
// Initialize multisite if enabled.
|
||||||
if ( is_multisite() ) {
|
if ( is_multisite() ) {
|
||||||
require( ABSPATH . WPINC . '/blogs.php' );
|
require( ABSPATH . WPINC . '/ms-blogs.php' );
|
||||||
require( ABSPATH . WPINC . '/ms-settings.php' );
|
require( ABSPATH . WPINC . '/ms-settings.php' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue