Make WordPress Core

Changeset 23341


Ignore:
Timestamp:
01/24/2013 05:21:55 PM (11 years ago)
Author:
nacin
Message:

Use correct cache bucket. Fixes copy-paste error in r23320. props kurtpayne. see #23167.

File:
1 edited

Legend:

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

    r23329 r23341  
    253253        if ( ! $last_changed ) {
    254254            $last_changed = 1;
    255             wp_cache_set( 'last_changed', $last_changed, 'posts' );
     255            wp_cache_set( 'last_changed', $last_changed, 'comment' );
    256256        }
    257257        $cache_key = "get_comments:$key:$last_changed";
Note: See TracChangeset for help on using the changeset viewer.