From b837d374bfafc739c66ad390f042a54bc121fc47 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 1 Jul 2015 16:31:25 +0000 Subject: [PATCH] Trim trailing space from string in site delete confirmation Props yoavf. Fixes #32853. Built from https://develop.svn.wordpress.org/trunk@33029 git-svn-id: http://core.svn.wordpress.org/trunk@33000 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-delete-site.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/ms-delete-site.php b/wp-admin/ms-delete-site.php index 71ad38ffc4..67f657b6d0 100644 --- a/wp-admin/ms-delete-site.php +++ b/wp-admin/ms-delete-site.php @@ -75,7 +75,7 @@ Webmaster wp_mail( get_option( 'admin_email' ), "[ " . wp_specialchars_decode( get_option( 'blogname' ) ) . " ] ".__( 'Delete My Site' ), $content ); ?> -

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index b8f47ebd51..80f3ce74d7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-33028'; +$wp_version = '4.3-alpha-33029'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.