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:
ryan 2009-11-05 22:01:53 +00:00
parent 33a8043b97
commit b75a06af15
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 );