Changeset 62930
- Timestamp:
- 07/29/2026 07:48:11 PM (2 weeks ago)
- Location:
- trunk/src/wp-admin/network
- Files:
-
- 2 edited
-
themes.php (modified) (1 diff)
-
users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r61444 r62930 294 294 295 295 /** This action is documented in wp-admin/network/site-themes.php */ 296 $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores296 $referer = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $referer, $action, $themes, 0 ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 297 297 298 298 wp_safe_redirect( $referer ); -
trunk/src/wp-admin/network/users.php
r62688 r62930 159 159 160 160 /** This action is documented in wp-admin/network/site-themes.php */ 161 $sendback = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $sendback, $doaction, $user_ids ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores161 $sendback = apply_filters( 'handle_network_bulk_actions-' . get_current_screen()->id, $sendback, $doaction, $user_ids, 0 ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 162 162 163 163 wp_safe_redirect( $sendback );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)