Changes between Version 1 and Version 2 of Ticket #47929, comment 6
- Timestamp:
- 08/29/2019 01:46:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47929, comment 6
v1 v2 1 @itowhid06 Not every class that extends `WP_List_Table` overrides the `display` method. We do it in `WP_Comments_List_Table` herebecause we render a number of hidden extra comments.1 @itowhid06 Not every class that extends `WP_List_Table` overrides the `display` method. We do it in `WP_Comments_List_Table` because we render a number of hidden extra comments. 2 2 3 3 > Though a lot of method DocBlock instances even some in class WP_List_Table needs to be added with a `.`.