X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..2329f698283944696a7076258cf816545970bb47:/wp-admin/options-general.php?ds=sidebyside diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 38f20c58..70118855 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -86,7 +86,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+ @@ -102,16 +102,16 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - + - - @@ -130,7 +130,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - @@ -285,7 +284,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"; ?> @@ -302,20 +302,46 @@ endfor; + +$languages = get_available_languages(); +if ( ! is_multisite() && defined( 'WPLANG' ) && '' !== WPLANG && 'en_US' !== WPLANG && ! in_array( WPLANG, $languages ) ) { + $languages[] = WPLANG; +} +if ( $languages ) { + ?> - + -
class="regular-text code" /> class="regular-text code" />
class="regular-text code" /> + class="regular-text code" />

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

+

+

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

' . __('Custom:') . ' ' . date_i18n( get_option('date_format') ) . " \n"; - - echo "\t

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

\n"; ?>
- + 'WPLANG', + 'id' => 'WPLANG', + 'selected' => $locale, + 'languages' => $languages, + ) ); + + // Add note about deprecated WPLANG constant. + if ( defined( 'WPLANG' ) && ( '' !== WPLANG ) && $locale !== WPLANG ) { + if ( is_super_admin() ) { + ?> +

+ WPLANG', 'wp-config.php' ); ?> +

+