From bd0f6a2132f2c1a7314766f54d48373c7d70604e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 26 Jul 2015 00:58:24 +0000 Subject: [PATCH] Remove unused `pw-weak` ID attributes. see #33077. Built from https://develop.svn.wordpress.org/trunk@33419 git-svn-id: http://core.svn.wordpress.org/trunk@33387 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 2 +- wp-admin/user-edit.php | 2 +- wp-admin/user-new.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index f8237fcedb..11a1ab1e89 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -164,7 +164,7 @@ function display_setup_form( $error = null ) { diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 18db41b12a..91b16b0738 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -491,7 +491,7 @@ if ( $show_password_fields ) : diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php index 0cc357c102..fd3efdbee8 100644 --- a/wp-admin/user-new.php +++ b/wp-admin/user-new.php @@ -425,7 +425,7 @@ if ( apply_filters( 'show_password_fields', true ) ) : ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 8cf2b74ae9..9bc25cf04d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33418'; +$wp_version = '4.3-beta4-33419'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.