mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +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:
@@ -1042,7 +1042,7 @@ function the_tags( $before = null, $sep = ', ', $after = '' ) {
|
||||
/**
|
||||
* Retrieve tag description.
|
||||
*
|
||||
* @since 2.8
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param int $tag Optional. Tag ID. Will use global tag ID by default.
|
||||
* @return string Tag description, available.
|
||||
@@ -1054,7 +1054,7 @@ function tag_description( $tag = 0 ) {
|
||||
/**
|
||||
* Retrieve term description.
|
||||
*
|
||||
* @since 2.8
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param int $term Optional. Term ID. Will use global term ID by default.
|
||||
* @param string $taxonomy Optional taxonomy name. Defaults to 'post_tag'.
|
||||
|
||||
Reference in New Issue
Block a user