Changeset 47663 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 04/29/2020 05:23:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r47633 r47663 2922 2922 $this->store_changeset_revision = $allow_revision; 2923 2923 add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_filter_revision_post_has_changed' ), 5, 3 ); 2924 2925 /*2926 * Update the changeset post. The publish_customize_changeset action2927 * will cause the settings in the changeset to be saved via2928 * WP_Customize_Setting::save().2929 */2930 2924 2931 2925 /*
Note: See TracChangeset
for help on using the changeset viewer.