Changeset 13769 for trunk/wp-admin/includes/template.php
- Timestamp:
- 03/19/2010 09:15:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r13759 r13769 2464 2464 2465 2465 if ( $for_post ) 2466 $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;2466 $edit = ! ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date_gmt || '0000-00-00 00:00:00' == $post->post_date_gmt ) ); 2467 2467 2468 2468 $tab_index_attribute = '';
Note: See TracChangeset
for help on using the changeset viewer.