Changeset 9022
- Timestamp:
- 09/28/08 17:41:12 (2 months ago)
- Files:
-
- trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/template.php
r9014 r9022 1556 1556 ORDER BY comment_date_gmt DESC LIMIT $start, $num"); 1557 1557 } else { 1558 $comments = $wpdb->get_results( "SELECT SQL_CALC_FOUND_ROWS * FROM $wpdb->comments USE INDEX (comment_date_gmt)WHERE $approved ORDER BY comment_date_gmt DESC LIMIT $start, $num" );1558 $comments = $wpdb->get_results( "SELECT SQL_CALC_FOUND_ROWS * FROM $wpdb->comments WHERE $approved ORDER BY comment_date_gmt DESC LIMIT $start, $num" ); 1559 1559 } 1560 1560
