Changeset 4802 for trunk/wp-admin/edit.php
- Timestamp:
- 01/25/2007 02:08:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r4659 r4802 178 178 case 'date': 179 179 ?> 180 <td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else the_time( 'Y-m-d \<\b\r \/\> g:i:s a'); ?></td>180 <td><?php if ( '0000-00-00 00:00:00' ==$post->post_modified ) _e('Unpublished'); else the_time(_('Y-m-d \<\b\r \/\> g:i:s a')); ?></td> 181 181 <?php 182 182 break; … … 280 280 <?php comment_text() ?> 281 281 282 <p><?php comment_date( 'M j, g:i A'); ?> — [282 <p><?php comment_date(__('M j, g:i A')); ?> — [ 283 283 <?php 284 284 if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
Note: See TracChangeset
for help on using the changeset viewer.