mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.
Props JustinSainton, SergeyBiryukov, DrewAPicture. Fixes #26713. git-svn-id: https://develop.svn.wordpress.org/trunk@26868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -578,7 +578,7 @@ function get_category_feed_link($cat_id, $feed = '') {
|
||||
* Returns a link to the feed for all posts in a given term. A specific feed
|
||||
* can be requested or left blank to get the default feed.
|
||||
*
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param int $term_id ID of a category.
|
||||
* @param string $taxonomy Optional. Taxonomy of $term_id
|
||||
@@ -1711,7 +1711,7 @@ function previous_posts_link( $label = null ) {
|
||||
/**
|
||||
* Return post pages link navigation for previous and next pages.
|
||||
*
|
||||
* @since 2.8
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param string|array $args Optional args.
|
||||
* @return string The posts link navigation.
|
||||
|
||||
Reference in New Issue
Block a user