mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Fix typo in wp_set_comment_status filter DocBlock.
Follow-up to [49926]. See #51800. git-svn-id: https://develop.svn.wordpress.org/trunk@49934 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2408,7 +2408,7 @@ function wp_set_comment_status( $comment_id, $comment_status, $wp_error = false
|
||||
*
|
||||
* @param int $comment_id Comment ID.
|
||||
* @param string $comment_status Current comment status. Possible values include
|
||||
* 'hold', '0', 'approve', '1, 'spam', and 'trash'.
|
||||
* 'hold', '0', 'approve', '1', 'spam', and 'trash'.
|
||||
*/
|
||||
do_action( 'wp_set_comment_status', $comment->comment_ID, $comment_status );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user