Ticket #3924: 3924.2.diff
| File 3924.2.diff, 639 bytes (added by , 19 years ago) |
|---|
-
wp-includes/post-template.php
269 269 parse_str($args, $r); 270 270 271 271 $defaults = array('depth' => 0, 'show_date' => '', 'date_format' => get_option('date_format'), 272 'child_of' => 0, 'exclude' => '', 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '' );272 'child_of' => 0, 'exclude' => '', 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '', 'sort_column' => 'menu_order, post_title'); 273 273 $r = array_merge($defaults, $r); 274 274 275 275 $output = '';