Changeset 46603 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/27/2019 07:09:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r46427 r46603 3573 3573 * @since 4.9.6 3574 3574 * 3575 * @param bool|string Whether to apply the comment anonymization (bool).3576 * Custom preventionmessage (string). Default true.3577 * @param WP_Comment $comment WP_Comment object.3578 * @param array $anonymized_comment Anonymized comment data.3575 * @param bool|string $anon_message Whether to apply the comment anonymization (bool) or a custom 3576 * message (string). Default true. 3577 * @param WP_Comment $comment WP_Comment object. 3578 * @param array $anonymized_comment Anonymized comment data. 3579 3579 */ 3580 3580 $anon_message = apply_filters( 'wp_anonymize_comment', true, $comment, $anonymized_comment );
Note: See TracChangeset
for help on using the changeset viewer.