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:
ryan
2010-01-07 02:22:51 +00:00
parent eea7c0ee49
commit ce33a91f95
4 changed files with 13 additions and 8 deletions

View File

@@ -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') )