#41421 closed defect (bug) (wontfix)
Add @access entry for WP_Comments_List_Table::column_author()
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.8 |
Component: | Comments | Keywords: | has-patch |
Focuses: | docs, administration | Cc: | |
PR Number: |
Description
The public function column_author is defined but public access is not defined in that function.
Attachments (1)
Change History (8)
#2
@
2 years ago
- Component changed from General to Comments
- Focuses administration added; accessibility removed
#3
follow-up:
↓ 5
@
2 years ago
- Resolution set to wontfix
- Status changed from new to closed
Closing as wontfix, since all the @access public
annotations have been removed - see #41452.
#6
in reply to:
↑ 5
@
2 years ago
Replying to Vala bhavesh:
Replying to GaryJ:
Closing as wontfix, since all the
@access public
annotations have been removed - see #41452.
Why you have to Close my ticket, because what file you are talking that is different file.
That ticket I referenced currently covers the removal of @access
from 180 files, including the one your patch here affects.
Note: See
TracTickets for help on using
tickets.
Thanks @Vala bhavesh Removing the "accessibility" focus since it's used for issues related to web content accessibility.