From 7945c0ce1989408a1b6c99308ddcf1b3d5df572c Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 8 Mar 2023 13:34:38 +0000 Subject: [PATCH] Docs: Add missing 6.2.0 @since mention in `get_the_privacy_policy_link()`. Follow-up to #55261. See #56792, #56345. git-svn-id: https://develop.svn.wordpress.org/trunk@55485 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index cbf5f2d760..151689ae03 100644 --- a/src/wp-includes/link-template.php +++ b/src/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.