Changeset 21162
- Timestamp:
- 06/28/2012 07:58:43 PM (14 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
-
class-wp-media-list-table.php (modified) (1 diff)
-
class-wp-posts-list-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r19921 r21162 274 274 275 275 case 'date': 276 if ( '0000-00-00 00:00:00' == $post->post_date && 'date' == $column_name) {276 if ( '0000-00-00 00:00:00' == $post->post_date ) { 277 277 $t_time = $h_time = __( 'Unpublished' ); 278 278 } else { -
trunk/wp-admin/includes/class-wp-posts-list-table.php
r21047 r21162 562 562 563 563 case 'date': 564 if ( '0000-00-00 00:00:00' == $post->post_date && 'date' == $column_name) {564 if ( '0000-00-00 00:00:00' == $post->post_date ) { 565 565 $t_time = $h_time = __( 'Unpublished' ); 566 566 $time_diff = 0;
Note: See TracChangeset
for help on using the changeset viewer.