Ticket #42413: 42413.diff
| File 42413.diff, 693 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-customize-manager.php
4569 4569 $changeset_post = get_post( $changeset_post_id ); 4570 4570 } 4571 4571 4572 if ( $this->changeset_post_id() && 'future' === get_post_status( $this->changeset_post_id() ) ) {4572 if ( $this->changeset_post_id() && ( time() < get_post_time( 'U', true, $this->changeset_post_id() ) ) ) { 4573 4573 $initial_date = get_the_time( 'Y-m-d H:i:s', $this->changeset_post_id() ); 4574 4574 } else { 4575 4575 $initial_date = current_time( 'mysql', false );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)