move password-strength-meter.js into user-profile.js. See #5919
git-svn-id: http://svn.automattic.com/wordpress/trunk@15780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -24,7 +24,6 @@ elseif ( ! get_userdata( $user_id ) )
|
||||
wp_die( __('Invalid user ID.') );
|
||||
|
||||
wp_enqueue_script('user-profile');
|
||||
wp_enqueue_script('password-strength-meter');
|
||||
|
||||
$title = IS_PROFILE_PAGE ? __('Profile') : __('Edit User');
|
||||
if ( current_user_can('edit_users') && !IS_PROFILE_PAGE )
|
||||
|
||||
Reference in New Issue
Block a user