Changeset 28875
- Timestamp:
- 06/28/2014 02:15:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r28791 r28875 5259 5259 do_action( 'clean_post_cache', $post->ID, $post ); 5260 5260 5261 if ( is_post_type_hierarchical( $post->post_type ) )5262 wp_cache_delete( 'get_pages', 'posts' );5263 5264 5261 if ( 'page' == $post->post_type ) { 5265 5262 wp_cache_delete( 'all_page_ids', 'posts' );
Note: See TracChangeset
for help on using the changeset viewer.