Propagate walker arg down the stack. Props scribu. fixes #10921

git-svn-id: https://develop.svn.wordpress.org/trunk@12149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-11-05 22:01:53 +00:00
parent bc7e8e284b
commit 08c7020ab8
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ function wp_list_pages($args = '') {
'child_of' => 0, 'exclude' => '',
'title_li' => __('Pages'), 'echo' => 1,
'authors' => '', 'sort_column' => 'menu_order, post_title',
'link_before' => '', 'link_after' => ''
'link_before' => '', 'link_after' => '', 'walker' => '',
);
$r = wp_parse_args( $args, $defaults );