Make WordPress Core

Ticket #25695: 25695.2.diff

File 25695.2.diff, 1.6 KB (added by GaryJ, 12 years ago)

Also fix some @uses tags for the related functions.

  • wp-includes/link-template.php

     
    13421342 *
    13431343 * @since 3.7.0
    13441344 *
     1345 * @uses get_adjacent_post_link()
     1346 *
    13451347 * @param string $format Optional. Link anchor format.
    13461348 * @param string $link Optional. Link permalink format.
    13471349 * @param bool $in_same_cat Optional. Whether link should be in same category.
     
    13561358 * Display previous post link that is adjacent to the current post.
    13571359 *
    13581360 * @since 1.5.0
     1361 *
    13591362 * @uses get_previous_post_link()
    13601363 *
    13611364 * @param string $format Optional. Link anchor format.
     
    13681371}
    13691372
    13701373/**
    1371  * Get previous post link that is adjacent to the current post.
     1374 * Get next post link that is adjacent to the current post.
    13721375 *
    13731376 * @since 3.7.0
    1374  * @uses get_next_post_link()
    13751377 *
     1378 * @uses get_adjacent_post_link()
     1379 *
    13761380 * @param string $format Optional. Link anchor format.
    13771381 * @param string $link Optional. Link permalink format.
    13781382 * @param bool $in_same_cat Optional. Whether link should be in same category.
     
    13881392 *
    13891393 * @since 1.5.0
    13901394 *
     1395 * @uses get_next_post_link()
     1396 *
    13911397 * @param string $format Optional. Link anchor format.
    13921398 * @param string $link Optional. Link permalink format.
    13931399 * @param bool $in_same_cat Optional. Whether link should be in a same category.
     
    14491455 * Can be either next post link or previous.
    14501456 *
    14511457 * @since 2.5.0
     1458 *
    14521459 * @uses get_adjacent_post_link()
    14531460 *
    14541461 * @param string $format Link anchor format.