diff --git a/wp-admin/edit-post-rows.php b/wp-admin/edit-post-rows.php index 9c69ce0631..efbebe4da4 100644 --- a/wp-admin/edit-post-rows.php +++ b/wp-admin/edit-post-rows.php @@ -1,117 +1,117 @@ -
- - - | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
- - | post_modified ) _e('Never'); else the_modified_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')); ?> | - -- post_status) _e(' - Private'); ?> | - -- - | - ID ); - $pending_phrase = sprintf( __('%s pending'), number_format( $left ) ); - if ( $left ) - echo ''; - comments_number("" . __('0') . '', "" . __('1') . '', "" . __('%') . ''); - if ( $left ) - echo ''; - ?> - | - -- - | - - | ID) ) { echo "" . __('Edit') . ""; } ?> | - -ID) ) { echo "ID) . "' class='delete' onclick=\"return deleteSomething( 'post', " . $id . ", '" . js_escape(sprintf(__("You are about to delete this post '%s'.\n'OK' to delete, 'Cancel' to stop."), get_the_title())) . "' );\">" . __('Delete') . ""; } ?> | - -- - |
- |
+ + + | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
+ + | post_modified ) _e('Never'); else the_modified_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')); ?> | + ++ post_status) _e(' - Private'); ?> | + ++ + | + ID ); + $pending_phrase = sprintf( __('%s pending'), number_format( $left ) ); + if ( $left ) + echo ''; + comments_number("" . __('0') . '', "" . __('1') . '', "" . __('%') . ''); + if ( $left ) + echo ''; + ?> + | + ++ + | + + | ID) ) { echo "" . __('Edit') . ""; } ?> | + +ID) ) { echo "ID) . "' class='delete' onclick=\"return deleteSomething( 'post', " . $id . ", '" . js_escape(sprintf(__("You are about to delete this post '%s'.\n'OK' to delete, 'Cancel' to stop."), get_the_title())) . "' );\">" . __('Delete') . ""; } ?> | + ++ + |
+ |