Make WordPress Core


Ignore:
Timestamp:
08/30/2010 07:59:16 PM (13 years ago)
Author:
ryan
Message:

Update last_changed when cleaning comment cache. fixes #14713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment.php

    r15491 r15550  
    18601860    foreach ( (array) $ids as $id )
    18611861        wp_cache_delete($id, 'comment');
     1862
     1863    wp_cache_set('last_changed', time(), 'comment');
    18621864}
    18631865
Note: See TracChangeset for help on using the changeset viewer.