Passwords UI: clean up the new JS in wp-admin/js/user-profile.js.

Instead of wrapping `#pass1` in a `<span>` dynamically, add the `<span>` to the HTML in PHP. It currently has no styling.

Fixes #33145.

Built from https://develop.svn.wordpress.org/trunk@33450


git-svn-id: http://core.svn.wordpress.org/trunk@33417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-07-27 21:25:25 +00:00
parent c478eee017
commit d92795db13
6 changed files with 177 additions and 139 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33449';
$wp_version = '4.3-beta4-33450';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.