Changes between Initial Version and Version 1 of Ticket #38221, comment 14
- Timestamp:
- 06/24/2020 12:11:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38221, comment 14
initial v1 14 14 * `wp-admin/upload.php?p=123` displays a single media item (assuming the ID exists), but without the filter. 15 15 16 I think it would make sense to always show the filter here, regardless of the `is_singular()` check. 16 I 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 :) 17 17 18 18 See [attachment:"38221.3.diff"].