Skip to content

Commit

Permalink
Remove current theme from array
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 authored Nov 29, 2023
1 parent 7c5ed79 commit 8e7861d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-admin/includes/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,6 @@ function upgrade_650() {
);

$autoload = array_fill_keys( $theme_mods_options, 'no' );
$autoload[ "theme_mods_$stylesheet" ] = 'yes';
wp_set_option_autoload_values( $autoload );
}
}
Expand Down

0 comments on commit 8e7861d

Please sign in to comment.