Deprecate generate_random_password(). fixes #11746
git-svn-id: http://svn.automattic.com/wordpress/trunk@12624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -405,6 +405,7 @@ require (ABSPATH . WPINC . '/widgets.php');
|
||||
if ( is_multisite() ) {
|
||||
require_once( ABSPATH . WPINC . '/ms-functions.php' );
|
||||
require_once( ABSPATH . WPINC . '/ms-default-filters.php' );
|
||||
require_once( ABSPATH . WPINC . '/ms-deprecated.php' );
|
||||
}
|
||||
|
||||
if ( !defined('WP_CONTENT_URL') )
|
||||
|
||||
Reference in New Issue
Block a user