Skip to content

Commit 3bf3121

Browse files
Update src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
Co-authored-by: Mukesh Panchal <[email protected]>
1 parent 1ee7a86 commit 3bf3121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,8 @@ protected function check_is_comment_content_allowed( $prepared_comment ) {
19321932
/**
19331933
* Sanitize a single comment status or a list of comment statuses with `sanitize_key`.
19341934
*
1935-
* @since 6.8.0
1935+
* @since 6.9.0
1936+
*
19361937
* @param string|array $statuses Comment status or array of comment statuses.
19371938
* @return array Sanitized array of comment statuses.
19381939
*/

0 commit comments

Comments
 (0)