Changeset 27055 for trunk/src/wp-includes/comment.php
- Timestamp:
- 01/29/2014 05:16:58 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r26867 r27055 910 910 return $wp_query->max_num_comment_pages; 911 911 912 if ( !$comments || !is_array($comments))912 if ( ( ! $comments || ! is_array( $comments ) ) && ! empty( $wp_query->comments ) ) 913 913 $comments = $wp_query->comments; 914 914
Note: See TracChangeset
for help on using the changeset viewer.