Make WordPress Core

Ticket #10921: post-template.php.diff

File post-template.php.diff, 520 bytes (added by scribu, 15 years ago)
  • wp-includes/post-template.php

     
    745745                'child_of' => 0, 'exclude' => '',
    746746                'title_li' => __('Pages'), 'echo' => 1,
    747747                'authors' => '', 'sort_column' => 'menu_order, post_title',
    748                 'link_before' => '', 'link_after' => ''
     748                'link_before' => '', 'link_after' => '', 'walker' => '',
    749749        );
    750750
    751751        $r = wp_parse_args( $args, $defaults );