diff --git wp-includes/taxonomy.php wp-includes/taxonomy.php
index 92a4ee7..e042495 100644
|
|
|
function has_term_meta( $term_id ) { |
| 1291 | 1291 | * @param int $parent Optional. ID of parent term under which to confine the exists search. |
| 1292 | 1292 | * @return mixed Returns null if the term does not exist. Returns the term ID |
| 1293 | 1293 | * if no taxonomy is specified and the term ID exists. Returns |
| 1294 | | * an array of the term ID and the term taxonomy ID the taxonomy |
| | 1294 | * an array of the term ID and the term taxonomy ID if the taxonomy |
| 1295 | 1295 | * is specified and the pairing exists. |
| 1296 | 1296 | */ |
| 1297 | 1297 | function term_exists( $term, $taxonomy = '', $parent = null ) { |