#55132 closed enhancement (fixed)
Unused variable in in WP_Plugins_List_Table::single_row()
Reported by: | azouamauriac | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | |
Focuses: | coding-standards | Cc: |
Attachments (2)
Change History (5)
#1
@
18 months ago
- Milestone changed from Awaiting Review to 6.3
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
Hi there, thanks for the patch!
It looks like this exact line also exists in a few other list tables:
list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
So I think I'd like to leave it as is for consistency, even though $sortable
and $primary
are not used here.
The other change looks good to me.
Note: See
TracTickets for help on using
tickets.
Remove space for phpcs. this last is good.