Make WordPress Core


Ignore:
Timestamp:
04/19/2019 01:45:08 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @return description for get_privacy_policy_template().

Props tmatsuur.
Fixes #46989. See #44005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/template.php

    r45231 r45251  
    387387 * @see get_query_template()
    388388 *
    389  * @return string Full path to front page template file.
     389 * @return string Full path to privacy policy template file.
    390390 */
    391391function get_privacy_policy_template() {
Note: See TracChangeset for help on using the changeset viewer.