From cf50fd40f5e92a298fef43b0958f96cbe25eb1af Mon Sep 17 00:00:00 2001 From: isabel_brison Date: Fri, 8 Dec 2023 06:32:24 +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. Built from https://develop.svn.wordpress.org/trunk@57171 git-svn-id: http://core.svn.wordpress.org/trunk@56682 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme-previews.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme-previews.php b/wp-includes/theme-previews.php index cc32ac9dd0..7e0c085b1c 100644 --- a/wp-includes/theme-previews.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index d5bfe52113..49da684afc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57170'; +$wp_version = '6.5-alpha-57171'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.