mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
revert remove error_reporting from ms-files.php, remove _deprecated_file call from blogs.php, see #11742
git-svn-id: https://develop.svn.wordpress.org/trunk@13040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,8 +8,6 @@
|
||||
|
||||
define( 'SHORTINIT', true );
|
||||
require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' );
|
||||
/* l10n is not loaded on SHORTINIT */
|
||||
_deprecated_file( basename( __FILE__ ), '3.0', null, sprintf( 'Change your rewrite rules to use <code>%1$s</code> instead of <code>%2$s</code>.', 'wp-includes/ms-files.php', 'wp-content/blogs.php' ) );
|
||||
|
||||
/** Load Multisite upload handler. */
|
||||
require_once( ABSPATH . WPINC . '/ms-files.php' );
|
||||
|
||||
Reference in New Issue
Block a user