mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user