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:
parent
5674a54940
commit
9a5e8acead
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user