From 84f900b655ca3f7d61723247ef47cd49ca09f9c8 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Mon, 27 Jul 2015 12:43:24 +0000
Subject: [PATCH] Move the translator note added in [33437] directly before the
string it applies to.
fixes #33091.
Built from https://develop.svn.wordpress.org/trunk@33441
git-svn-id: http://core.svn.wordpress.org/trunk@33408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/install.php | 3 ++-
wp-includes/version.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/wp-admin/install.php b/wp-admin/install.php
index 1a872970e1..cbbc7fdcfe 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -147,8 +147,9 @@ function display_setup_form( $error = null ) {
+
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7fec7243fd..a0198e7bdd 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.3-beta4-33440';
+$wp_version = '4.3-beta4-33441';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.