From 525cd532bf23ea88abb023c9d4a3dd100699970d Mon Sep 17 00:00:00 2001 From: Isabel Brison Date: Fri, 8 Dec 2023 06:30:02 +0000 Subject: [PATCH] Themes: fix documentation link. Removes a period from an inline comment of `wp_block_theme_activate_nonce` that broke a link in the comment. Props stevenlinx, mukesh27. Fixes #60034. git-svn-id: https://develop.svn.wordpress.org/trunk@57171 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme-previews.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme-previews.php b/src/wp-includes/theme-previews.php index cc32ac9dd0..7e0c085b1c 100644 --- a/src/wp-includes/theme-previews.php +++ b/src/wp-includes/theme-previews.php @@ -61,7 +61,7 @@ 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 * @access private