Ticket #14035: 14035.diff
File 14035.diff, 536 bytes (added by , 15 years ago) |
---|
-
wp-includes/link-template.php
1187 1187 1188 1188 $order = $start ? 'ASC' : 'DESC'; 1189 1189 1190 return get_posts( array('numberposts' => 1, 'no_found_rows' => true, 'order' => $order, ' orderby' => 'ID', 'category' => $categories) );1190 return get_posts( array('numberposts' => 1, 'no_found_rows' => true, 'order' => $order, 'category' => $categories) ); 1191 1191 } 1192 1192 1193 1193 /**