From c14ac7f65f4fa13084ca11820143d7caa0bb9a06 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 2 Nov 2022 19:50:11 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@54747 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php index d34276a0ba..69f8b76b51 100644 --- a/src/wp-includes/template.php +++ b/src/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: *