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
This commit is contained in:
Sergey Biryukov 2013-10-28 11:10:28 +00:00
parent 5674a54940
commit 9a5e8acead

View File

@ -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. * Display previous post link that is adjacent to the current post.
* *
* @since 1.5.0 * @since 1.5.0
* @uses get_previous_post_link() * @see get_previous_post_link()
* *
* @param string $format Optional. Link anchor format. * @param string $format Optional. Link anchor format.
* @param string $link Optional. Link permalink 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. * Display next post link that is adjacent to the current post.
* *
* @since 1.5.0 * @since 1.5.0
* @see get_next_post_link()
* *
* @param string $format Optional. Link anchor format. * @param string $format Optional. Link anchor format.
* @param string $link Optional. Link permalink format. * @param string $link Optional. Link permalink format.