Make WordPress Core


Ignore:
Timestamp:
06/02/2020 08:51:34 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Comments: Rename Walker_Comment::comment_text() to ::filter_comment_text() for clarity.

Ensure the comment object is not null before checking its status.

Follow-up to [47887].

See #49956.

File:
1 edited

Legend:

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

    r47808 r47889  
    10191019     *
    10201020     * @param string          $comment_text Text of the current comment.
    1021      * @param WP_Comment|null $comment      The comment object.
     1021     * @param WP_Comment|null $comment      The comment object. Null if not found.
    10221022     * @param array           $args         An array of arguments.
    10231023     */
Note: See TracChangeset for help on using the changeset viewer.