X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..ac7339a398e6df50f722bc9616291ce5447d8e5e:/wp-admin/options-general.php diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 629c4d2f..cdcde0a9 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -18,7 +18,7 @@ if ( ! current_user_can( 'manage_options' ) ) $title = __('General Settings'); $parent_file = 'options-general.php'; /* translators: date and time format for exact current time, mainly about timezones, see http://php.net/date */ -$timezone_format = _x('Y-m-d G:i:s', 'timezone date format'); +$timezone_format = _x('Y-m-d H:i:s', 'timezone date format'); /** * Display JavaScript on the page. @@ -28,7 +28,6 @@ $timezone_format = _x('Y-m-d G:i:s', 'timezone date format'); function options_general_add_js() { ?> add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on General Settings') . '

' . + '

' . __('Documentation on General Settings') . '

' . '

' . __('Support Forums') . '

' ); @@ -123,8 +121,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - -

+ +

@@ -133,13 +131,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - class="regular-text code" /> -

to be different from the directory you installed WordPress.'); ?>

+ class="regular-text code" /> +

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

- -

+ +

@@ -157,8 +155,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - -

The new address will not become active until confirmed.') ?>

+ +

The new address will not become active until confirmed.' ) ?>

@@ -194,7 +192,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists - @@ -202,7 +200,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists %1$s'), date_i18n($timezone_format)); ?> -

+


@@ -273,12 +271,13 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo " checked='checked'"; $custom = false; } - echo ' /> ' . date_i18n( $format ) . "
\n"; + echo ' /> ' . date_i18n( $format ) . "
\n"; } echo ' ' . date_i18n( get_option('date_format') ) . " \n"; + echo '/> ' . __( 'Custom:' ) . ' ' . __( 'enter a custom date format in the following field' ) . "\n"; + echo ' ' . __( 'example:' ) . ' ' . date_i18n( get_option('date_format') ) . " \n"; ?> @@ -305,14 +304,15 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists echo " checked='checked'"; $custom = false; } - echo ' /> ' . date_i18n( $format ) . "
\n"; + echo ' /> ' . date_i18n( $format ) . "
\n"; } echo ' ' . date_i18n( get_option('time_format') ) . " \n"; + echo '/> ' . __( 'Custom:' ) . ' ' . __( 'enter a custom time format in the following field' ) . "\n"; + echo ' ' . __( 'example:' ) . ' ' . date_i18n( get_option('time_format') ) . " \n"; - echo "\t

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

\n"; + echo "\t

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

\n"; ?> @@ -321,6 +321,8 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists