Ticket #52148: class-wp-comments-list-table.php_52148.patch
File class-wp-comments-list-table.php_52148.patch, 557 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/class-wp-comments-list-table.php
225 225 } 226 226 227 227 /** 228 * @ global int $post_id228 * @return mixed|void 229 229 * @global string $comment_status 230 230 * @global string $comment_type 231 * @global int $post_id 231 232 */ 232 233 protected function get_views() { 233 234 global $post_id, $comment_status, $comment_type;