Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38221, comment 14


Ignore:
Timestamp:
06/24/2020 12:11:46 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38221, comment 14

    initial v1  
    1414* `wp-admin/upload.php?p=123` displays a single media item (assuming the ID exists), but without the filter.
    1515
    16 I think it would make sense to always show the filter here, regardless of the `is_singular()` check.
     16I think it would make sense to always show the filter here, regardless of the `is_singular()` check. If that also fixes the issue reported here, sounds great :)
    1717
    1818See [attachment:"38221.3.diff"].