Propagate walker arg down the stack. Props scribu. fixes #10921
git-svn-id: http://svn.automattic.com/wordpress/trunk@12149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33a8043b97
commit
b75a06af15
|
@ -732,7 +732,7 @@ function wp_list_pages($args = '') {
|
||||||
'child_of' => 0, 'exclude' => '',
|
'child_of' => 0, 'exclude' => '',
|
||||||
'title_li' => __('Pages'), 'echo' => 1,
|
'title_li' => __('Pages'), 'echo' => 1,
|
||||||
'authors' => '', 'sort_column' => 'menu_order, post_title',
|
'authors' => '', 'sort_column' => 'menu_order, post_title',
|
||||||
'link_before' => '', 'link_after' => ''
|
'link_before' => '', 'link_after' => '', 'walker' => '',
|
||||||
);
|
);
|
||||||
|
|
||||||
$r = wp_parse_args( $args, $defaults );
|
$r = wp_parse_args( $args, $defaults );
|
||||||
|
|
Loading…
Reference in New Issue