Changeset 56650 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 09/21/2023 04:34:59 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r56642 r56650 981 981 $taxonomy = $_term->taxonomy; 982 982 983 $old_term = $_term; 983 984 /** 984 985 * Filters a taxonomy term object. … … 1020 1021 1021 1022 // Sanitize term, according to the specified filter. 1022 $_term->filter( $filter ); 1023 if ( $_term !== $old_term || $_term->filter !== $filter ) { 1024 $_term->filter( $filter ); 1025 } 1023 1026 1024 1027 if ( ARRAY_A === $output ) {
Note: See TracChangeset
for help on using the changeset viewer.