Changeset 34253
- Timestamp:
- 09/16/2015 10:29:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-functions.php
r34252 r34253 1634 1634 * @since 1.2.0 1635 1635 * 1636 * @param int $comment_ID The comment ID.1637 * @param int $comment_approved 1 (true) if the comment is approved, 0 (false) if not.1636 * @param int $comment_ID The comment ID. 1637 * @param int|string $comment_approved 1 if the comment is approved, 0 if not, 'spam' if spam. 1638 1638 */ 1639 1639 do_action( 'comment_post', $comment_ID, $commentdata['comment_approved'] );
Note: See TracChangeset
for help on using the changeset viewer.