Make WordPress Core


Ignore:
Timestamp:
10/27/2019 07:09:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct invalid hook docblocks.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r46427 r46603  
    35733573         * @since 4.9.6
    35743574         *
    3575          * @param bool|string                    Whether to apply the comment anonymization (bool).
    3576          *                                       Custom prevention message (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.
    35793579         */
    35803580        $anon_message = apply_filters( 'wp_anonymize_comment', true, $comment, $anonymized_comment );
Note: See TracChangeset for help on using the changeset viewer.