From 97468065ef727d6bd9c3bd1d36e0b9ba0be03867 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 2 Nov 2022 19:52:18 +0000 Subject: [PATCH] Docs: Add brackets to a function name in `get_page_template()` description. This ensures the `locate_block_template()` function name is correctly linked in the Developer Reference. Follow-up to [54179]. See #56792. Built from https://develop.svn.wordpress.org/trunk@54747 git-svn-id: http://core.svn.wordpress.org/trunk@54299 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/template.php b/wp-includes/template.php index d34276a0ba..69f8b76b51 100644 --- a/wp-includes/template.php +++ b/wp-includes/template.php @@ -437,7 +437,7 @@ function get_privacy_policy_template() { /** * Retrieves path of page template in current or parent template. * - * Note: For block themes, use locate_block_template function instead. + * Note: For block themes, use locate_block_template() function instead. * * The hierarchy for this template looks like: * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6bd268f97e..f1725b7c60 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54745'; +$wp_version = '6.2-alpha-54747'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.