Changeset 40353 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 03/30/2017 04:49:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r40298 r40353 2283 2283 2284 2284 wp_cache_delete( $object_id, $taxonomy . '_relationships' ); 2285 wp_cache_delete( 'last_changed', 'terms' ); 2285 2286 2286 2287 /** … … 2377 2378 2378 2379 wp_cache_delete( $object_id, $taxonomy . '_relationships' ); 2380 wp_cache_delete( 'last_changed', 'terms' ); 2379 2381 2380 2382 /**
Note: See TracChangeset
for help on using the changeset viewer.