Changes from trunk/wp-includes/post.php at r11467 to branches/2.8/wp-includes/post.php at r11579
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/post.php
r11467 r11579 1193 1193 clean_page_cache($child->ID); 1194 1194 1195 $wp_rewrite->flush_rules( );1195 $wp_rewrite->flush_rules(false); 1196 1196 } else { 1197 1197 clean_post_cache($postid); … … 3355 3355 if ( !defined('WP_IMPORTING') ) { 3356 3356 global $wp_rewrite; 3357 $wp_rewrite->flush_rules( );3357 $wp_rewrite->flush_rules(false); 3358 3358 } 3359 3359 } else {
Note: See TracChangeset
for help on using the changeset viewer.