Changeset 35512 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 11/04/2015 09:09:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r35170 r35512 413 413 $_comments = array(); 414 414 foreach ( $comment_ids as $comment_id ) { 415 if ( $_comment = wp_cache_get( $comment_id, 'comment') ) {415 if ( $_comment = get_comment( $comment_id ) ) { 416 416 $_comments[] = $_comment; 417 417 }
Note: See TracChangeset
for help on using the changeset viewer.