Changeset 48664 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 07/28/2020 02:40:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r48658 r48664 456 456 ); 457 457 458 // Update term idin options.458 // Update `term_id` in options. 459 459 if ( ! is_wp_error( $term ) ) { 460 460 update_option( 'default_taxonomy_' . $taxonomy_object->name, $term['term_id'] );
Note: See TracChangeset
for help on using the changeset viewer.