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

@@ -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.