Changes from branches/2.8/wp-includes/post.php at r11579 to trunk/wp-includes/post.php at r11467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r11579 r11467 1193 1193 clean_page_cache($child->ID); 1194 1194 1195 $wp_rewrite->flush_rules( false);1195 $wp_rewrite->flush_rules(); 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( false);3357 $wp_rewrite->flush_rules(); 3358 3358 } 3359 3359 } else {
Note: See TracChangeset
for help on using the changeset viewer.