Changeset 9044 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/30/2008 11:02:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9032 r9044 133 133 } else if ( 'publish' == $post->post_status ) { // already published 134 134 $stamp = __('Published on: %1$s at %2$s'); 135 } else if ( '0000-00-00 00:00:00' == $post->post_date ) { // draft, 1 or more saves, no date specified135 } else if ( '0000-00-00 00:00:00' == $post->post_date_gmt ) { // draft, 1 or more saves, no date specified 136 136 $stamp = __('Publish immediately'); 137 137 } else { // draft, 1 or more saves, date specified
Note: See TracChangeset
for help on using the changeset viewer.