From b75a06af15ec8c0fdfb42e8a65e219ff99077413 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 5 Nov 2009 22:01:53 +0000 Subject: [PATCH] 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 --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index ef59d4bac..37b0e782c 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -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 );