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

@@ -2899,7 +2899,7 @@ function get_terms_to_edit( $post_id, $taxonomy = 'post_tag' ) {
/**
* Returns the term's parent's term_ID
*
* @since 3.1
* @since 3.1.0
*
* @param int $term_id
* @param string $taxonomy
@@ -2919,7 +2919,7 @@ function wp_get_term_taxonomy_parent_id( $term_id, $taxonomy ) {
*
* Attached to the wp_update_term_parent filter.
*
* @since 3.1
* @since 3.1.0
* @uses wp_find_hierarchy_loop()
*
* @param int $parent term_id of the parent for the term we're checking.