Changeset 27055
- Timestamp:
- 01/29/2014 05:16:58 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
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.