1363 | | * @return mixed Returns null if the term does not exist. Returns the term ID |
1364 | | * if no taxonomy is specified and the term ID exists. Returns |
1365 | | * an array of the term ID and the term taxonomy ID if the taxonomy |
1366 | | * is specified and the pairing exists. |
| 1363 | * @return mixed Returns null if the term does not exist. |
| 1364 | * Returns the term ID if no taxonomy is specified and the term ID exists. |
| 1365 | * Returns an array of the term ID and the term taxonomy ID if the taxonomy is specified and the pairing exists. |
| 1366 | * Returns 0 if term ID 0 is passed to the function. |