Changeset 23320 for trunk/wp-includes/comment.php
- Timestamp:
- 01/22/2013 03:52:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r23319 r23320 252 252 $last_changed = wp_cache_get( 'last_changed', 'comment' ); 253 253 if ( ! $last_changed ) { 254 wp_cache_set( 'last_changed', 1, 'comment' );255 254 $last_changed = 1; 255 wp_cache_set( 'last_changed', $last_changed, 'posts' ); 256 256 } 257 257 $cache_key = "get_comments:$key:$last_changed";
Note: See TracChangeset
for help on using the changeset viewer.