Settings: properly set the password field label on loading.

See #33778.
Built from https://develop.svn.wordpress.org/trunk@34062


git-svn-id: http://core.svn.wordpress.org/trunk@34030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-09-11 23:05:24 +00:00
parent 0406f50cfb
commit e1ccdf760e
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@
$cancelButton;
$pass1Row = $('.user-pass1-wrap');
$pass1Label = $pass1Row.find('th label');
$pass1Label = $pass1Row.find('th label').attr( 'for', 'pass1-text' );
// hide this
$('.user-pass2-wrap').hide();

File diff suppressed because one or more lines are too long