Make WordPress Core


Ignore:
Timestamp:
10/04/2016 02:28:48 AM (8 years ago)
Author:
boonebgorges
Message:

Docs: Improve description for term_exists() $term param.

Props Kenshino.
Fixes #37224.

File:
1 edited

Legend:

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

    r38698 r38716  
    13981398 * @global wpdb $wpdb WordPress database abstraction object.
    13991399 *
    1400  * @param int|string $term     The term to check
     1400 * @param int|string $term     The term to check. Accepts term ID, slug, or name.
    14011401 * @param string     $taxonomy The taxonomy name to use
    14021402 * @param int        $parent   Optional. ID of parent term under which to confine the exists search.
Note: See TracChangeset for help on using the changeset viewer.