Changes between Initial Version and Version 4 of Ticket #43268
- Timestamp:
- 02/09/2018 11:20:07 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43268
- Property Keywords has-patch added; needs-patch removed
-
Property
Summary
changed from
Typo in the docs of wp_insert_term()
toTypo in the docs of wp_term_exists()
-
Property
Milestone
changed from
Awaiting Review
to5.0
-
Ticket #43268 – Description
initial v4 1 The `@return` part for `wp_ insert_term()` currently reads:1 The `@return` part for `wp_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.