Ticket #6939: post-template.diff
| File post-template.diff, 488 bytes (added by imwebgefunden, 4 months ago) |
|---|
-
post-template.php
old new 304 304 'date_format' => get_option('date_format'), 305 305 'child_of' => 0, 'exclude' => '', 306 306 'title_li' => __('Pages'), 'echo' => 1, 307 'authors' => '', 'sort_column' => 'menu_order, post_title' 307 'authors' => '', 'sort_column' => 'menu_order, post_title', 308 'include_private_pages' => 1 308 309 ); 309 310 310 311 $r = wp_parse_args( $args, $defaults );
