Opened 5 years ago
Closed 4 years ago
#3350 closed defect (bug) (maybelater)
Actions in `BBP_Topic_Replies_List_Table::get_bulk_actions()` are unreachable.
Reported by: | itowhid06 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General - Administration | Keywords: | has-patch |
Cc: |
Description
An empty array has been returned just before returning the actions array!
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hello @itowhid06, thanks for the patch.
Unfortunately, this is currently working as intended, and your patch will only introduce some potential problems.
This method exists in this class to nullify the bulk actions that can be taken here. The array underneath it exists as a
@todo
to be worked on later.$this->bulk_actions()
is never called so nothing is ever outputGoing to close this ticket, since the amount of work to implement bulk actions here is somewhat significant, and also isn't the focus of this report specifically.
Thank you again for noticing this! Please continue to contribute your findings.