Opened 5 years ago
Last modified 7 months ago
#50815 reviewing defect (bug)
Use consistent checks for displaying the Filter button in different list tables
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | ui, administration, multisite | Cc: |
Description
As an extension of #40188, let's bring some consistency to class-wp-posts-list-table.php and class-wp-ms-sites-list-table.php to check $this->has_items(), instead of ! empty( $output ).
Attachments (1)
Change History (13)
#2
@
5 years ago
- Milestone changed from Awaiting Review to 5.6
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
#4
@
5 years ago
Just to clarify on comment:23:ticket:40188, I didn't mean that ! empty( $output ) should necessarily be replaced with $this->has_items(), only that a consistent check should ideally be used in all list tables, whether it's the former, the latter, or both.
#5
@
5 years ago
- Summary changed from Use `$this->has_items()` for content checks in different list classes. to Use consistent checks for displaying the Filter button in different list tables
#8
@
5 years ago
- Milestone changed from 5.6 to 5.7
comment:4:ticket:50815 still left to address, moving to the next release for now.
#9
@
5 years ago
- Milestone changed from 5.7 to 5.8
Since we're in 5.7 beta 3, let's move this to the next release again.
This ticket was mentioned in Slack in #core by chaion07. View the logs.
5 years ago
#11
@
5 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 5.8 to Future Release
Today is 5.8 Beta 1. Moving the last part of the ticket to Future Release as there's been no activity on it and it's been kicked down the road 2x already.
This ticket was mentioned in PR #9006 on WordPress/wordpress-develop by @sainathpoojary.
7 months ago
#12
- Keywords has-patch added; needs-patch removed
Trac ticket: #50815
Initial patch.