Ticket #2370: admin-db.patch.diff
| File admin-db.patch.diff, 502 bytes (added by , 20 years ago) |
|---|
-
admin-db.php
34 34 return false; 35 35 } else { 36 36 $editable = join(',', $editable); 37 $authors = $wpdb->get_results( "SELECT * FROM $wpdb->users WHERE ID IN ($editable) " );37 $authors = $wpdb->get_results( "SELECT * FROM $wpdb->users WHERE ID IN ($editable) ORDER BY display_name" ); 38 38 } 39 39 40 40 return apply_filters('get_editable_authors', $authors);