Changeset 15503
- Timestamp:
- 08/18/2010 06:50:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r15449 r15503 4020 4020 $id = (int) $id; 4021 4021 4022 if ( 0 === $id ) 4023 return; 4024 4022 4025 wp_cache_delete($id, 'posts'); 4023 4026 wp_cache_delete($id, 'post_meta');
Note: See TracChangeset
for help on using the changeset viewer.