[wp-trac] [WordPress Trac] #38221: Incorrect page id/name search blocks future searches
WordPress Trac
noreply at wordpress.org
Tue Jun 30 20:33:48 UTC 2020
#38221: Incorrect page id/name search blocks future searches
----------------------------------+----------------------------------------
Reporter: bencroskery | Owner: tomdude
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.5
Component: Media | Version: 4.4.2
Severity: normal | Resolution: fixed
Keywords: has-patch 2nd- | Focuses: accessibility, javascript
opinion |
----------------------------------+----------------------------------------
Changes (by SergeyBiryukov):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"48240" 48240]:
{{{
#!CommitTicketReference repository="" revision="48240"
Administration: Always show the filters on media and post list tables.
Previously, the filters were hidden for single posts or attachments, which
could only be achieved by editing the URL manually.
The `is_singular()` check was added long before the list tables were
introduced, and appears to no longer serve any purpose in the current
code.
As a side effect, this resolves an issue where a non-existing attachment
ID in the URL would block further search in Media Library.
Props afercia, tomdude, audrasjb, bencroskery, desrosj, SergeyBiryukov.
Fixes #38221.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38221#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list