Ticket #25695: 25695.2.diff
File 25695.2.diff, 1.6 KB (added by , 12 years ago) |
---|
-
wp-includes/link-template.php
1342 1342 * 1343 1343 * @since 3.7.0 1344 1344 * 1345 * @uses get_adjacent_post_link() 1346 * 1345 1347 * @param string $format Optional. Link anchor format. 1346 1348 * @param string $link Optional. Link permalink format. 1347 1349 * @param bool $in_same_cat Optional. Whether link should be in same category. … … 1356 1358 * Display previous post link that is adjacent to the current post. 1357 1359 * 1358 1360 * @since 1.5.0 1361 * 1359 1362 * @uses get_previous_post_link() 1360 1363 * 1361 1364 * @param string $format Optional. Link anchor format. … … 1368 1371 } 1369 1372 1370 1373 /** 1371 * Get previouspost link that is adjacent to the current post.1374 * Get next post link that is adjacent to the current post. 1372 1375 * 1373 1376 * @since 3.7.0 1374 * @uses get_next_post_link()1375 1377 * 1378 * @uses get_adjacent_post_link() 1379 * 1376 1380 * @param string $format Optional. Link anchor format. 1377 1381 * @param string $link Optional. Link permalink format. 1378 1382 * @param bool $in_same_cat Optional. Whether link should be in same category. … … 1388 1392 * 1389 1393 * @since 1.5.0 1390 1394 * 1395 * @uses get_next_post_link() 1396 * 1391 1397 * @param string $format Optional. Link anchor format. 1392 1398 * @param string $link Optional. Link permalink format. 1393 1399 * @param bool $in_same_cat Optional. Whether link should be in a same category. … … 1449 1455 * Can be either next post link or previous. 1450 1456 * 1451 1457 * @since 2.5.0 1458 * 1452 1459 * @uses get_adjacent_post_link() 1453 1460 * 1454 1461 * @param string $format Link anchor format.