Changeset 32800 for trunk/src/wp-includes/post.php
- Timestamp:
- 06/16/2015 08:00:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r32762 r32800 461 461 * 462 462 * @property string $page_template 463 * 463 * 464 464 * @property-read array $ancestors 465 465 * @property-read int $post_category … … 3295 3295 $post_status = 'future'; 3296 3296 } 3297 } elseif ( 'future' == $post_status ) {3297 } elseif ( 'future' == $post_status ) { 3298 3298 $now = gmdate('Y-m-d H:i:59'); 3299 3299 if ( mysql2date('U', $post_date_gmt, false) <= mysql2date('U', $now, false) ) {
Note: See TracChangeset
for help on using the changeset viewer.