Ticket #10921: post-template.php.diff
File post-template.php.diff, 520 bytes (added by , 15 years ago) |
---|
-
wp-includes/post-template.php
745 745 'child_of' => 0, 'exclude' => '', 746 746 'title_li' => __('Pages'), 'echo' => 1, 747 747 'authors' => '', 'sort_column' => 'menu_order, post_title', 748 'link_before' => '', 'link_after' => '' 748 'link_before' => '', 'link_after' => '', 'walker' => '', 749 749 ); 750 750 751 751 $r = wp_parse_args( $args, $defaults );