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"; ?>