Changeset 11901
- Timestamp:
- 09/04/2009 08:50:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11841 r11901 2032 2032 $total = ''; 2033 2033 $post = " AND c.comment_post_ID = '$post'"; 2034 $orderby = "ORDER BY c.comment_date_gmt ASC LIMIT $start, $num";2035 2034 } else { 2036 2035 $post = ''; 2037 $orderby = "ORDER BY c.comment_date_gmt DESC LIMIT $start, $num"; 2038 } 2036 } 2037 2038 $orderby = "ORDER BY c.comment_date_gmt DESC LIMIT $start, $num"; 2039 2039 2040 2040 if ( 'comment' == $type )
Note: See TracChangeset
for help on using the changeset viewer.