Changeset 49926 for trunk/src/wp-includes/comment.php
- Timestamp:
- 01/03/2021 09:55:04 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r49215 r49926 2407 2407 * @since 1.5.0 2408 2408 * 2409 * @param int $comment_id Comment ID.2410 * @param string |bool$comment_status Current comment status. Possible values include2411 * 'hold', 'approve', 'spam', 'trash', or false.2409 * @param int $comment_id Comment ID. 2410 * @param string $comment_status Current comment status. Possible values include 2411 * 'hold', '0', 'approve', '1, 'spam', and 'trash'. 2412 2412 */ 2413 2413 do_action( 'wp_set_comment_status', $comment->comment_ID, $comment_status );
Note: See TracChangeset
for help on using the changeset viewer.