Opened 10 years ago
Closed 10 years ago
#34046 closed defect (bug) (invalid)
WP_Comments_List_Table - duplicate comments block
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Administration | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
There appears to be a duplicate doc block for WP_Comments_List_Table
in wp-admin/includes/class-wp-comments-list-table.php
, it appears to have been there for a while - it was added in [15958].
Attachments (1)
Change History (4)
#3
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from reviewing to closed
Hi @tyxla,
This actually isn't an error, it's just that the summaries in the file header and the class DocBlock need to be improved to differentiate them. Each file in WordPress is supposed to have its own file header, and that's separate from the class header. See the inline docs standard for more on this. See #33701 for the work being done to improve file headers.
Note: See
TracTickets for help on using
tickets.
Remove duplicated doc block for
WP_Comments_List_Table
inwp-admin/includes/class-wp-comments-list-table.php