Changes between Initial Version and Version 1 of Ticket #36237
- Timestamp:
- 03/14/2016 05:10:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36237
- Property Keywords needs-patch added
- Property Focuses administration added
-
Property
Summary
changed from
Add filter for ticket statuses in quickedittoAdd filter for post statuses in quickedit
-
Ticket #36237 – Description
initial v1 1 T [[Image()]]o make changes to the quick edit status list, one has to use JS or action ''quick_edit_custom_box'' to add extra fields. In instances where some of the statuses need to be removed, JS is required. [[BR]]1 To make changes to the quick edit status list, one has to use JS or action ''quick_edit_custom_box'' to add extra fields. In instances where some of the statuses need to be removed, JS is required. [[BR]] 2 2 3 3 I propose that the statuses in ''wp-admin/includes/class-wp-posts-list-table.php (line 1284-1300)'' be stored in an array then filtered using ''quick_edit_statuses'' before the array is iterated through to create the select options.[[BR]]