Changeset 32600 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/25/2015 05:58:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r32175 r32600 767 767 768 768 while ( count( $comments ) < $total_items && $possible = get_comments( $comments_query ) ) { 769 if ( ! is_array( $possible ) ) { 770 break; 771 } 769 772 foreach ( $possible as $comment ) { 770 773 if ( ! current_user_can( 'read_post', $comment->comment_post_ID ) )
Note: See TracChangeset
for help on using the changeset viewer.