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
This commit is contained in:
Sergey Biryukov 2019-04-19 13:46:51 +00:00
parent 8fdb4c2b0c
commit c9efbc89be
2 changed files with 2 additions and 2 deletions

View File

@ -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' );

View File

@ -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.