From 7f83e9ac9c4e68acf6096752e353763e6eaf44e1 Mon Sep 17 00:00:00 2001 From: Peter Wilson <519727+peterwilsoncc@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:35:29 +1000 Subject: [PATCH] Rename block theme activation nonce variable. (#52398) --- lib/compat/wordpress-6.3/theme-previews.php | 2 +- packages/edit-site/src/utils/use-activate-theme.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compat/wordpress-6.3/theme-previews.php b/lib/compat/wordpress-6.3/theme-previews.php index eab05c5824b1f..f663e7a9783d6 100644 --- a/lib/compat/wordpress-6.3/theme-previews.php +++ b/lib/compat/wordpress-6.3/theme-previews.php @@ -107,7 +107,7 @@ function block_theme_activate_nonce() { $nonce_handle = 'switch-theme_' . gutenberg_get_theme_preview_path(); ?>