#49170 closed defect (bug) (fixed)
incorrect description of return value in DocBlock of WP_List_Table::handle_row_actions()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
Currently the text reads:
The row actions HTML, or an empty string if the current column is the primary column.
and it should read:
The row actions HTML, or an empty string if the current column is not the primary column.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 47058: