From 9a5e8aceadc42ca22ef09061d32d8028621946a0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Oct 2013 11:10:28 +0000 Subject: [PATCH] Restore @see get_next_post_link() reference and move it to next_post_link(). see #25743. git-svn-id: https://develop.svn.wordpress.org/trunk@25966 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 1eef31cc0f..e0f77cd36c 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -1378,7 +1378,7 @@ function get_previous_post_link( $format = '« %link', $link = '%title', $i * Display previous post link that is adjacent to the current post. * * @since 1.5.0 - * @uses get_previous_post_link() + * @see get_previous_post_link() * * @param string $format Optional. Link anchor format. * @param string $link Optional. Link permalink format. @@ -1410,6 +1410,7 @@ function get_next_post_link( $format = '%link »', $link = '%title', $in_sa * Display next post link that is adjacent to the current post. * * @since 1.5.0 + * @see get_next_post_link() * * @param string $format Optional. Link anchor format. * @param string $link Optional. Link permalink format.