Make WordPress Core

Changeset 16466


Ignore:
Timestamp:
11/18/2010 06:46:41 PM (14 years ago)
Author:
scribu
Message:

Clarify doc-block for wp_delete_object_term_relationships(). Props simonwheatley. Fixes #15472

File:
1 edited

Legend:

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

    r16438 r16466  
    14691469
    14701470/**
    1471  * Will unlink the term from the taxonomy.
    1472  *
    1473  * Will remove the term's relationship to the taxonomy, not the term or taxonomy
    1474  * itself. The term and taxonomy will still exist. Will require the term's
    1475  * object ID to perform the operation.
     1471 * Will unlink the object from the taxonomy or taxonomies.
     1472 *
     1473 * Will remove all relationships between the object and any terms in
     1474 * a particular taxonomy or taxonomies. Does not remove the term or
     1475 * taxonomy itself.
    14761476 *
    14771477 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.