diff --git a/wp-admin/js/user-profile.js b/wp-admin/js/user-profile.js index 46d0c48c83..94a75b04e5 100644 --- a/wp-admin/js/user-profile.js +++ b/wp-admin/js/user-profile.js @@ -1,4 +1,4 @@ -/* global ajaxurl, pwsL10n */ +/* global ajaxurl, pwsL10n, userProfileL10n */ (function($){ $(function(){ var pw_new = $('.user-pass1-wrap'), diff --git a/wp-includes/version.php b/wp-includes/version.php index 505b1dc4ac..d9105595f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33364'; +$wp_version = '4.3-beta3-33365'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.