Changeset 15550 for trunk/wp-includes/comment.php
- Timestamp:
- 08/30/2010 07:59:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r15491 r15550 1860 1860 foreach ( (array) $ids as $id ) 1861 1861 wp_cache_delete($id, 'comment'); 1862 1863 wp_cache_set('last_changed', time(), 'comment'); 1862 1864 } 1863 1865
Note: See TracChangeset
for help on using the changeset viewer.