From 8e264b416b941a6f33d65ce8e0550a82d5a5a293 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Mon, 27 Jul 2015 01:54:24 +0000 Subject: [PATCH] Add a translator note for the fix in r33387 props SergeyBiryukov fixes 33091 Built from https://develop.svn.wordpress.org/trunk@33437 git-svn-id: http://core.svn.wordpress.org/trunk@33404 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index 11a1ab1e89..e6152500a8 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -147,6 +147,7 @@ function display_setup_form( $error = null ) {

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 1f1a3b5b10..d99a090d50 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33436'; +$wp_version = '4.3-beta4-33437'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.