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.