Changeset 40354 for branches/4.7/src/wp-includes/taxonomy.php
- Timestamp:
- 03/30/2017 04:55:32 PM (7 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/taxonomy.php
r40291 r40354 2313 2313 2314 2314 wp_cache_delete( $object_id, $taxonomy . '_relationships' ); 2315 wp_cache_delete( 'last_changed', 'terms' ); 2315 2316 2316 2317 /** … … 2407 2408 2408 2409 wp_cache_delete( $object_id, $taxonomy . '_relationships' ); 2410 wp_cache_delete( 'last_changed', 'terms' ); 2409 2411 2410 2412 /**
Note: See TracChangeset
for help on using the changeset viewer.