From c9efbc89be993194d2e679bafe400d508e67612b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 19 Apr 2019 13:46:51 +0000 Subject: [PATCH] Docs: Correct `@return` description for `get_privacy_policy_template()`. Props tmatsuur. Fixes #46989. See #44005. Built from https://develop.svn.wordpress.org/trunk@45251 git-svn-id: http://core.svn.wordpress.org/trunk@45060 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 f2a0eaa517..cfba3400e3 100644 --- a/wp-includes/template.php +++ b/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' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 470f76f4ca..3621b164d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta3-45250'; +$wp_version = '5.2-beta3-45251'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.