Changeset 23341 for trunk/wp-includes/comment.php
- Timestamp:
- 01/24/2013 05:21:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r23329 r23341 253 253 if ( ! $last_changed ) { 254 254 $last_changed = 1; 255 wp_cache_set( 'last_changed', $last_changed, ' posts' );255 wp_cache_set( 'last_changed', $last_changed, 'comment' ); 256 256 } 257 257 $cache_key = "get_comments:$key:$last_changed";
Note: See TracChangeset
for help on using the changeset viewer.