From 2f1ad4ddbf5081b7a0266dc0fdd3e85b142a19b8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 May 2014 14:49:51 +0000 Subject: [PATCH] Move 'Documentation on date and time formatting' link under the 'Time Format' block. props gauravmittal1995. fixes #28348. git-svn-id: https://develop.svn.wordpress.org/trunk@28591 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-general.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 38f20c5800..48d0bdf71d 100644 --- a/src/wp-admin/options-general.php +++ b/src/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"; ?>