Changeset 32600 for trunk/src/wp-includes/default-widgets.php
- Timestamp:
- 05/25/2015 05:58:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r32589 r32600 1010 1010 1011 1011 $output .= '<ul id="recentcomments">'; 1012 if ( $comments ) {1012 if ( is_array( $comments ) && $comments ) { 1013 1013 // Prime cache for associated posts. (Prime post term cache if we need it for permalinks.) 1014 1014 $post_ids = array_unique( wp_list_pluck( $comments, 'comment_post_ID' ) );
Note: See TracChangeset
for help on using the changeset viewer.