Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
akkspros authored May 18, 2020
1 parent 840fcac commit 8ec96e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ function wp_autoupdates_themes_bulk_actions_handle( $redirect_to, $doaction, $it
// In core, $items will be $_GET['checked'].
$themes = ! empty( $items ) ? (array) wp_unslash( $items ) : array();

// In core, the referrer is setup in wp-admin/themes.php or wp-admin/network/themes.php.
// In core, the referer is setup in wp-admin/themes.php or wp-admin/network/themes.php.
$temp_args = array( 'enabled-auto-update', 'disabled-auto-update', 'enabled-auto-update-selected', 'disabled-auto-update-selected' );
$referer = remove_query_arg( $temp_args, wp_get_referer() );

Expand Down

0 comments on commit 8ec96e6

Please sign in to comment.