From b3d9869efcb8c20ff219b6a357ede65bf3814163 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 19 Apr 2019 13:45:08 +0000 Subject: [PATCH] Docs: Correct `@return` description for `get_privacy_policy_template()`. Props tmatsuur. Fixes #46989. See #44005. git-svn-id: https://develop.svn.wordpress.org/trunk@45251 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 f2a0eaa517..cfba3400e3 100644 --- a/src/wp-includes/template.php +++ b/src/wp-includes/template.php @@ -386,7 +386,7 @@ function get_front_page_template() { * * @see get_query_template() * - * @return string Full path to front page template file. + * @return string Full path to privacy policy template file. */ function get_privacy_policy_template() { $templates = array( 'privacy-policy.php' );