Changes between Initial Version and Version 1 of Ticket #59478
- Timestamp:
- 09/27/2023 01:51:31 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59478
-
Property
Component
changed from
General
toTaxonomy
-
Property
Component
changed from
-
Ticket #59478 – Description
initial v1 1 When using the function term_exists() in wp-includes/taxonomy.php, it returns null if no terms exist. This behaviour seems incorrect and is inconsistent with other similar functions in the same file (taxonomy_exists()is one example).1 When using the function `term_exists()` in `wp-includes/taxonomy.php`, it returns `null` if no terms exist. This behaviour seems incorrect and is inconsistent with other similar functions in the same file (`taxonomy_exists()` is one example). 2 2 3 It would make more sense to return false.3 It would make more sense to return `false`.