Make WordPress Core

Ticket #52148: class-wp-comments-list-table.php_52148.patch

File class-wp-comments-list-table.php_52148.patch, 557 bytes (added by ankitmaru, 4 years ago)
  • src/wp-admin/includes/class-wp-comments-list-table.php

     
    225225        }
    226226
    227227        /**
    228          * @global int $post_id
     228         * @return mixed|void
    229229         * @global string $comment_status
    230230         * @global string $comment_type
     231         * @global int $post_id
    231232         */
    232233        protected function get_views() {
    233234                global $post_id, $comment_status, $comment_type;