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