diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php
index 87d8e0f..6b9e34c 100644
a
|
b
|
function wp_insert_term( $term, $taxonomy, $args = array() ) { |
2295 | 2295 | * to be created. Plugins with different uniqueness requirements may use this filter |
2296 | 2296 | * to bypass or modify the duplicate-term check. |
2297 | 2297 | * |
2298 | | * @since 5.0.0 |
| 2298 | * @since 5.0.3 |
2299 | 2299 | * |
2300 | 2300 | * @param object $duplicate_term Duplicate term row from terms table, if found. |
2301 | 2301 | * @param string $term Term being inserted. |