Make WordPress Core

Ticket #46928: #46928.diff

File #46928.diff, 1.5 KB (added by immeet94, 6 years ago)

Please see this file for patch

  • wp-admin/includes/class-wp-comments-list-table.php

     
    534534
    535535        /**
    536536         * @global WP_Post    $post
    537          * @global WP_Comment $comment
     537         * @global WP_Comment $comment The comment object.
    538538         *
    539539         * @param WP_Comment $item
    540540         */
  • wp-admin/includes/dashboard.php

     
    606606 * @access private
    607607 * @since 2.7.0
    608608 *
    609  * @global WP_Comment $comment
     609 * @global WP_Comment $comment The comment object
    610610 *
    611611 * @param WP_Comment $comment   The current comment.
    612612 * @param bool       $show_date Optional. Whether to display the date.
  • wp-includes/class-walker-comment.php

     
    161161         * @see Walker::start_el()
    162162         * @see wp_list_comments()
    163163         * @global int        $comment_depth
    164          * @global WP_Comment $comment
     164         * @global WP_Comment $comment       The comment object
    165165         *
    166166         * @param string     $output  Used to append additional content. Passed by reference.
    167167         * @param WP_Comment $comment Comment data object.