Make WordPress Core


Ignore:
Timestamp:
10/26/2016 02:36:06 PM (8 years ago)
Author:
johnbillion
Message:

Administration: Switch to handle_network_bulk_actions-{$screen} for the bulk listing screen actions in the network admin area.

Props ericlewis, Veraxus
See #16031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-themes.php

    r38824 r38957  
    133133                 * @since 4.7.0
    134134                 *
    135                  * @param string $referer The redirect URL.
    136                  * @param string $action  The action being taken.
    137                  * @param array  $themes  The themes to take the action on.
    138                  * @param int    $site_id The current site id
     135                 * @param string $redirect_url The redirect URL.
     136                 * @param string $action       The action being taken.
     137                 * @param array  $items        The items to take the action on.
     138                 * @param int    $site_id      The site id.
    139139                 */
    140                 $referer = apply_filters( 'handle_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes, $id );
     140                $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes, $id );
    141141            } else {
    142142                $action = 'error';
Note: See TracChangeset for help on using the changeset viewer.