Changeset 10451
- Timestamp:
- 01/28/2009 07:37:36 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r10446 r10451 2439 2439 2440 2440 if ( $for_post ) 2441 $edit = ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date || '0000-00-00 00:00:00' == $post->post_date) ) ? false : true;2441 $edit = ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date_gmt || '0000-00-00 00:00:00' == $post->post_date_gmt ) ) ? false : true; 2442 2442 2443 2443 $tab_index_attribute = '';
Note: See TracChangeset
for help on using the changeset viewer.