Full @since's for 3.1.0.

git-svn-id: https://develop.svn.wordpress.org/trunk@15842 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-19 07:38:42 +00:00
parent 44bf886cb9
commit fc71934f11
5 changed files with 13 additions and 18 deletions

View File

@@ -675,7 +675,7 @@ function edit_tag_link( $link = '', $before = '', $after = '', $tag = null ) {
/**
* Retrieve edit term url.
*
* @since 3.1
* @since 3.1.0
*
* @param int $term_id Term ID
* @param string $taxonomy Taxonomy
@@ -706,7 +706,7 @@ function get_edit_term_link( $term_id, $taxonomy, $object_type = '' ) {
/**
* Display or retrieve edit term link with formatting.
*
* @since 3.1
* @since 3.1.0
*
* @param string $link Optional. Anchor text.
* @param string $before Optional. Display before edit link.