From d2893c5a5e9aaa6212161672c09e7de398b75542 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 23 Jul 2015 05:05:25 +0000 Subject: [PATCH] Prevent 1Password from thinking the text "log in" should trigger a password save prompt fixes #33091 Built from https://develop.svn.wordpress.org/trunk@33387 git-svn-id: http://core.svn.wordpress.org/trunk@33355 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index bc6ab6d081..f8237fcedb 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -147,7 +147,7 @@ function display_setup_form( $error = null ) {

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 77916d7336..0e3b43a502 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33384'; +$wp_version = '4.3-beta4-33387'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.