Changes between Version 4 and Version 7 of Ticket #43268
- Timestamp:
- 02/11/2018 05:39:11 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43268
-
Property
Status
changed from
newtoclosed -
Property
Summary
changed from
Typo in the docs of wp_term_exists()toTypo in the docs of term_exists() - Property Owner set to danieltj
-
Property
Resolution
changed from
tofixed
-
Property
Status
changed from
-
Ticket #43268 – Description
v4 v7 1 The `@return` part for ` wp_term_exists()` currently reads:1 The `@return` part for `term_exists()` currently reads: 2 2 3 3 > Returns null if the term does not exist. Returns the term ID if no taxonomy is specified and the term ID exists. Returns an array of the term ID and the term taxonomy ID the taxonomy is specified and the pairing exists.