Docs: Correct @since versions, remove duplicate comment.

Follow-up to [47633].

git-svn-id: https://develop.svn.wordpress.org/trunk@47663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-04-29 17:23:21 +00:00
parent 74d6f9613b
commit 514f7c4cc9
2 changed files with 2 additions and 8 deletions

View File

@ -2922,12 +2922,6 @@ final class WP_Customize_Manager {
$this->store_changeset_revision = $allow_revision;
add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_filter_revision_post_has_changed' ), 5, 3 );
/*
* Update the changeset post. The publish_customize_changeset action
* will cause the settings in the changeset to be saved via
* WP_Customize_Setting::save().
*/
/*
* Update the changeset post. The publish_customize_changeset action will cause the settings in the
* changeset to be saved via WP_Customize_Setting::save(). Updating a post with publish status will

View File

@ -1377,7 +1377,7 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
/**
* Sanitize content with Kses if the current user is not the main admin.
*
* @since 5.2.?
* @since 5.4.1
*
* @param string $content Content to sanitize.
* @return string Sanitized content.
@ -1392,7 +1392,7 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
/**
* Filter map_meta_cap to disallow unfiltered_html.
*
* @since 5.2.?
* @since 5.4.1
*
* @param array $caps User's capabilities.
* @param string $cap Requested cap.