Changeset 38957 for trunk/src/wp-admin/network/site-themes.php
- Timestamp:
- 10/26/2016 02:36:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-themes.php
r38824 r38957 133 133 * @since 4.7.0 134 134 * 135 * @param string $re fererThe 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 id135 * @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. 139 139 */ 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 ); 141 141 } else { 142 142 $action = 'error';
Note: See TracChangeset
for help on using the changeset viewer.