Changeset 47663
- Timestamp:
- 04/29/2020 05:23:21 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 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 /* -
trunk/tests/phpunit/tests/customize/manager.php
r47633 r47663 1378 1378 * Sanitize content with Kses if the current user is not the main admin. 1379 1379 * 1380 * @since 5. 2.?1380 * @since 5.4.1 1381 1381 * 1382 1382 * @param string $content Content to sanitize. … … 1393 1393 * Filter map_meta_cap to disallow unfiltered_html. 1394 1394 * 1395 * @since 5. 2.?1395 * @since 5.4.1 1396 1396 * 1397 1397 * @param array $caps User's capabilities.
Note: See TracChangeset
for help on using the changeset viewer.