From f78acee8937d733d29c94e74da70c097d1a6a955 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Sep 2020 11:04:48 +0000 Subject: [PATCH] Docs: Add a `@since` note about `adjacent_posts_rel_link_wp_head()` no longer being used in core. Follow-up to [48966]. Props jnylen0. See #39111. git-svn-id: https://develop.svn.wordpress.org/trunk@48995 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 58366208b1..0cbf6ac799 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -1961,6 +1961,7 @@ function adjacent_posts_rel_link( $title = '%title', $in_same_term = false, $exc * or theme templates. * * @since 3.0.0 + * @since 5.6.0 No longer used in core. * * @see adjacent_posts_rel_link() */