Changeset 42542
- Timestamp:
- 01/22/2018 06:50:45 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-customize-manager.php
r42539 r42542 608 608 * 609 609 * @since 4.9.0 610 * @global string $pagenow 610 611 */ 611 612 public function establish_loaded_changeset() { 613 global $pagenow; 614 612 615 if ( empty( $this->_changeset_uuid ) ) { 613 616 $changeset_uuid = null; … … 636 639 } 637 640 638 $this->set_changeset_lock( $this->changeset_post_id() ); 641 if ( is_admin() && 'customize.php' === $pagenow ) { 642 $this->set_changeset_lock( $this->changeset_post_id() ); 643 } 639 644 } 640 645
Note: See TracChangeset
for help on using the changeset viewer.