Changeset 7684
- Timestamp:
- 04/15/08 01:39:19 (6 months ago)
- Files:
-
- branches/2.5/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/query.php
r7623 r7684 1251 1251 switch ($orderby) { 1252 1252 case 'menu_order': 1253 break; 1253 1254 case 'ID': 1254 1255 $orderby = "$wpdb->posts.ID";
