From e94ee8f08cf5a4f484b920316b576f036496c186 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 May 2014 14:50:14 +0000 Subject: [PATCH] Move 'Documentation on date and time formatting' link under the 'Time Format' block. props gauravmittal1995. fixes #28348. Built from https://develop.svn.wordpress.org/trunk@28591 git-svn-id: http://core.svn.wordpress.org/trunk@28416 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-general.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 38f20c5800..48d0bdf71d 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -251,8 +251,6 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo ' ' . date_i18n( get_option('date_format') ) . " \n"; - - echo "\t

" . __('Documentation on date and time formatting.') . "

\n"; ?> @@ -285,7 +283,8 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo ' ' . date_i18n( get_option('time_format') ) . " \n"; - ; + + echo "\t

" . __('Documentation on date and time formatting.') . "

\n"; ?>