Changeset 28753
- Timestamp:
- 06/14/2014 02:56:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r28736 r28753 1682 1682 * @param int $parent ID of parent term under which to confine the exists search. 1683 1683 * @return mixed Returns 0 if the term does not exist. Returns the term ID if no taxonomy is specified 1684 * and the term ID exists. Returns an array of the term ID and the taxonomy if the pairing exists. 1684 * and the term ID exists. Returns an array of the term ID and the term taxonomy ID 1685 * if the taxonomy is specified and the pairing exists. 1685 1686 */ 1686 1687 function term_exists($term, $taxonomy = '', $parent = 0) {
Note: See TracChangeset
for help on using the changeset viewer.