diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php
index 9d87d557e0..9b94ca002f 100644
--- a/wp-admin/admin-functions.php
+++ b/wp-admin/admin-functions.php
@@ -830,7 +830,7 @@ function page_rows( $parent = 0, $level = 0, $pages = 0, $hierarchy = true ) {
|
- post_modified ) _e('Unpublished'); else echo mysql2date( 'Y-m-d g:i a', $post->post_modified ); ?> |
+ post_modified ) _e('Unpublished'); else echo mysql2date( __('Y-m-d g:i a'), $post->post_modified ); ?> |
|
" . __( 'Edit' ) . ""; } ?> |
" . __( 'Delete' ) . ""; } ?> |
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index 205f528394..1f870568a1 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -177,7 +177,7 @@ foreach($posts_columns as $column_name=>$column_display_name) {
case 'date':
?>
- post_modified ) _e('Unpublished'); else the_time('Y-m-d \<\b\r \/\> g:i:s a'); ?> |
+ post_modified ) _e('Unpublished'); else the_time(_('Y-m-d \<\b\r \/\> g:i:s a')); ?> |
- — [
+
— [
comment_post_ID) ) {
echo " " . __('Edit') . '';
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index 61386c831c..a4dab0306e 100644
--- a/wp-admin/options-general.php
+++ b/wp-admin/options-general.php
@@ -60,7 +60,7 @@ include('./admin-header.php');