From 21532e1f7fde7efa71549df713ed84c93849c7b2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 28 Oct 2015 04:53:56 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@35411 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 8c8409090d..ecb4ce73e8 100644 --- a/src/wp-admin/options-general.php +++ b/src/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.' ); ?>

+