From 8d0f76bc111238b9bbc9f7ff4d1feaf041533099 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 28 Oct 2015 04:54:26 +0000 Subject: [PATCH] Settings: Don't display Site Address field description if `WP_HOME` is defined and the field is disabled. Props dipesh.kakadiya. Fixes #33354. Built from https://develop.svn.wordpress.org/trunk@35411 git-svn-id: http://core.svn.wordpress.org/trunk@35375 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-general.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 8c8409090d..ecb4ce73e8 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -83,7 +83,9 @@ if ( get_option( 'start_of_week' ) != $wp_locale->start_of_week ) { class="regular-text code" /> +

want your site home page to be different from your WordPress installation directory.' ); ?>

+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8d9d59f332..4bdcdd1248 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35410'; +$wp_version = '4.4-beta1-35411'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.