Make WordPress Core

Ticket #22024: 22024.diff

File 22024.diff, 363 bytes (added by ryan, 13 years ago)
  • wp-includes/comment.php

     
    12931293        $comment = get_comment($id);
    12941294        do_action('wp_insert_comment', $id, $comment);
    12951295
     1296        wp_cache_set('last_changed', time(), 'comment');
     1297
    12961298        return $id;
    12971299}
    12981300