Changeset 49934
- Timestamp:
- 01/05/2021 04:44:24 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
r49927 r49934 2409 2409 * @param int $comment_id Comment ID. 2410 2410 * @param string $comment_status Current comment status. Possible values include 2411 * 'hold', '0', 'approve', '1 , 'spam', and 'trash'.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.