Changeset 3011 for trunk/wp-includes/functions-post.php
- Timestamp:
- 11/07/2005 09:56:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r2996 r3011 138 138 wp_set_post_cats('', $post_ID, $post_category); 139 139 140 if ( 'static' == $post_status ) 140 if ( 'static' == $post_status ) { 141 141 clean_page_cache($post_ID); 142 else 142 wp_cache_delete($post_ID, 'pages'); 143 } else { 143 144 clean_post_cache($post_ID); 145 } 144 146 145 147 // Set GUID
Note: See TracChangeset
for help on using the changeset viewer.