Make WordPress Core

Changeset 10963


Ignore:
Timestamp:
04/16/2009 10:19:01 PM (16 years ago)
Author:
ryan
Message:

Clarify phpdoc for wp_set_object_terms(). Props simonwheatley. fixes #9348

File:
1 edited

Legend:

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

    r10905 r10963  
    14081408 *
    14091409 * @param int $object_id The object to relate to.
    1410  * @param array|int|string $term The slug or id of the term.
     1410 * @param array|int|string $term The slug or id of the term, will replace all existing
     1411 * related terms in this taxonomy.
    14111412 * @param array|string $taxonomy The context in which to relate the term to the object.
    14121413 * @param bool $append If false will delete difference of terms.
Note: See TracChangeset for help on using the changeset viewer.