- 0717C21452BC478777C206C55B58D8F8FBE5E4D9C6F3C9382AC082BDFF6662412D082D0EAAB0F9F937004E0BF3B4D540DBF921DD22E1E1B4D05B52E2D8D66A0D
+ AAF95AE9FED522EF1163401CA36CEB5DA98707E5DB79498C9FE64A3C1CA17421837F9F0BC00C132EEE1D059D35E921A9840A141E19ADA93401FEBC9E3043B132
mp-wp/wp-includes/widgets.php
(1389 . 7)(1389 . 7)
26 $number = 15;
27
28 if ( !$comments = wp_cache_get( 'recent_comments', 'widget' ) ) {
29 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT $number");
30 $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_approved = '1' and comment_type = '' ORDER BY comment_date_gmt DESC LIMIT $number");
31 wp_cache_add( 'recent_comments', $comments, 'widget' );
32 }
33 ?>