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:
scribu
2010-10-12 20:29:19 +00:00
parent d082fbbb4f
commit 08e984e5e8
9 changed files with 70 additions and 47 deletions

View File

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