diff options
Diffstat (limited to 'wp-admin/options-general.php')
-rw-r--r-- | wp-admin/options-general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 5c4fa8f..d31ddf6 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -72,7 +72,7 @@ if( is_array( $lang_files ) && count($lang_files) > 1 ) { <table class="optiontable"> <tr> <th scope="row"><?php _e('<abbr title="Coordinated Universal Time">UTC</abbr> time is:') ?> </th> -<td><code><?php echo gmdate('Y-m-d g:i:s a'); ?></code></td> +<td><code><?php echo gmdate(__('Y-m-d g:i:s a')); ?></code></td> </tr> <tr> <th scope="row"><?php _e('Times in the weblog should differ by:') ?> </th> |