summaryrefslogtreecommitdiffstats
path: root/wp-includes/theme-previews.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/theme-previews.php')
-rw-r--r--wp-includes/theme-previews.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/theme-previews.php b/wp-includes/theme-previews.php
index 882f3e0..7e0c085 100644
--- a/wp-includes/theme-previews.php
+++ b/wp-includes/theme-previews.php
@@ -61,10 +61,10 @@ function wp_attach_theme_preview_middleware() {
* Sets the JavaScript global WP_BLOCK_THEME_ACTIVATE_NONCE containing the nonce
* required to activate a theme. For use within the site editor.
*
- * @see https://github.com/WordPress/gutenberg/pull/41836.
+ * @see https://github.com/WordPress/gutenberg/pull/41836
*
* @since 6.3.0
- * @private
+ * @access private
*/
function wp_block_theme_activate_nonce() {
$nonce_handle = 'switch-theme_' . wp_get_theme_preview_path();