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
This commit is contained in:
Sergey Biryukov 2019-04-19 13:45:08 +00:00
parent 4623540ad1
commit b3d9869efc
1 changed files with 1 additions and 1 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' );