From 31ca0cd939841cc16271df0de9d576da5bfcac1c Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 22 Jul 2015 18:56:26 +0000 Subject: [PATCH] Soothe JSHint's rankled spirits Built from https://develop.svn.wordpress.org/trunk@33365 git-svn-id: http://core.svn.wordpress.org/trunk@33337 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/user-profile.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.