Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #26122


Ignore:
Timestamp:
11/19/2013 11:19:22 PM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26122

    • Property Component GeneralAdministration
    • Property Keywords has-patch added
  • Ticket #26122 – Description

    initial v2  
    1   I need 2 hooks added to the core in order to allow me to edit the bulk action dropdown in the wp_list_table class.  Specifically for the plugins page.  My plugin uses ajax right now to manipulate those items but a core hook would be better.  I've attached 2 patch files with the hooks I would like added. The patches are for wp-admin/includes/class-wp-list-table.php and wp-admin/includes/class-wp-plugins-list-table.php
     1I need 2 hooks added to the core in order to allow me to edit the bulk action dropdown in the wp_list_table class.  Specifically for the plugins page.  My plugin uses ajax right now to manipulate those items but a core hook would be better.  I've attached 2 patch files with the hooks I would like added. The patches are for wp-admin/includes/class-wp-list-table.php and wp-admin/includes/class-wp-plugins-list-table.php