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:
parent
74d6f9613b
commit
514f7c4cc9
@ -2922,12 +2922,6 @@ final class WP_Customize_Manager {
|
|||||||
$this->store_changeset_revision = $allow_revision;
|
$this->store_changeset_revision = $allow_revision;
|
||||||
add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_filter_revision_post_has_changed' ), 5, 3 );
|
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
|
* 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
|
* changeset to be saved via WP_Customize_Setting::save(). Updating a post with publish status will
|
||||||
|
@ -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.
|
* 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.
|
* @param string $content Content to sanitize.
|
||||||
* @return string Sanitized content.
|
* @return string Sanitized content.
|
||||||
@ -1392,7 +1392,7 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
|
|||||||
/**
|
/**
|
||||||
* Filter map_meta_cap to disallow unfiltered_html.
|
* Filter map_meta_cap to disallow unfiltered_html.
|
||||||
*
|
*
|
||||||
* @since 5.2.?
|
* @since 5.4.1
|
||||||
*
|
*
|
||||||
* @param array $caps User's capabilities.
|
* @param array $caps User's capabilities.
|
||||||
* @param string $cap Requested cap.
|
* @param string $cap Requested cap.
|
||||||
|
Loading…
Reference in New Issue
Block a user