Changes between Initial Version and Version 1 of Ticket #47929, comment 6
- Timestamp:
- 08/29/2019 01:46:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47929, comment 6
initial v1 1 @itowhid06 Not every class that extends `WP_List_Table` overrides the `display` method. We do it here because 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` here 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 `.`.