Make WordPress Core


Ignore:
Timestamp:
02/11/2018 05:15:47 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in term_exists() DocBlock.

Props milana_cap, danieltj.
Fixes #43268.

File:
1 edited

Legend:

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

    r42678 r42699  
    13291329 * @return mixed Returns null if the term does not exist. Returns the term ID
    13301330 *               if no taxonomy is specified and the term ID exists. Returns
    1331  *               an array of the term ID and the term taxonomy ID the taxonomy
     1331 *               an array of the term ID and the term taxonomy ID if the taxonomy
    13321332 *               is specified and the pairing exists.
    13331333 */
Note: See TracChangeset for help on using the changeset viewer.