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:
parent
bc7e8e284b
commit
08c7020ab8
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user