Changeset 4491 for trunk/wp-admin/edit.php
- Timestamp:
- 11/19/2006 07:24:55 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r4480 r4491 178 178 case 'date': 179 179 ?> 180 <td><?php 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;
Note: See TracChangeset
for help on using the changeset viewer.