Make WordPress Core

Changeset 14785


Ignore:
Timestamp:
05/21/2010 06:19:56 PM (16 years ago)
Author:
ryan
Message:

Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r14784 r14785  
    15551555 * @uses do_action() Calls 'created_$taxonomy' hook with term id and taxonomy id as parameters.
    15561556 *
    1557  * @param int|string $term The term to add or update.
     1557 * @param string $term The term to add or update.
    15581558 * @param string $taxonomy The taxonomy to which to add the term
    15591559 * @param array|string $args Change the values of the inserted term
Note: See TracChangeset for help on using the changeset viewer.