From 91787c363ce16093e49a3431a3143fd357169944 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 8 Mar 2023 13:36:22 +0000 Subject: [PATCH] Docs: Add missing 6.2.0 @since mention in `get_the_privacy_policy_link()`. Follow-up to #55261. See #56792, #56345. Built from https://develop.svn.wordpress.org/trunk@55485 git-svn-id: http://core.svn.wordpress.org/trunk@55018 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index cbf5f2d760..151689ae03 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -4679,6 +4679,7 @@ function the_privacy_policy_link( $before = '', $after = '' ) { * Returns the privacy policy link with formatting, when applicable. * * @since 4.9.6 + * @since 6.2.0 Added 'privacy-policy' rel attribute. * * @param string $before Optional. Display before privacy policy link. Default empty. * @param string $after Optional. Display after privacy policy link. Default empty. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7734f67fb1..5efdb4ff05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta5-55484'; +$wp_version = '6.2-beta5-55485'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.