Ticket #22024: 22024.diff
File 22024.diff, 363 bytes (added by , 13 years ago) |
---|
-
wp-includes/comment.php
1293 1293 $comment = get_comment($id); 1294 1294 do_action('wp_insert_comment', $id, $comment); 1295 1295 1296 wp_cache_set('last_changed', time(), 'comment'); 1297 1296 1298 return $id; 1297 1299 } 1298 1300