Changeset 57239 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/03/2024 09:57:32 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r57044 r57239 2574 2574 2575 2575 /* 2576 * Sanitycheck: if we just created a term with the same parent + taxonomy + slug but a higher term_id than2576 * Confidence check: if we just created a term with the same parent + taxonomy + slug but a higher term_id than 2577 2577 * an existing term, then we have unwittingly created a duplicate term. Delete the dupe, and use the term_id 2578 2578 * and term_taxonomy_id of the older term instead. Then return out of the function so that the "create" hooks
Note: See TracChangeset
for help on using the changeset viewer.