summaryrefslogtreecommitdiffstats
path: root/wp-includes/post-template.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-11 15:20:48 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-11 15:20:48 +0000
commit91c2d227e28206ec57d2b857822d90b11af256d3 (patch)
treeb5eb7cf33ac2251d358b16b6d62af570d69aa224 /wp-includes/post-template.php
parent93b61271ad288c6031c6b33405711e89a1575be2 (diff)
downloadwordpress-mu-91c2d227e28206ec57d2b857822d90b11af256d3.tar.gz
wordpress-mu-91c2d227e28206ec57d2b857822d90b11af256d3.tar.xz
wordpress-mu-91c2d227e28206ec57d2b857822d90b11af256d3.zip
WP Merge to 4182
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@736 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/post-template.php')
-rw-r--r--wp-includes/post-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php
index 7acd655..8207720 100644
--- a/wp-includes/post-template.php
+++ b/wp-includes/post-template.php
@@ -265,7 +265,7 @@ function wp_list_pages($args = '') {
parse_str($args, $r);
$defaults = array('depth' => 0, 'show_date' => '', 'date_format' => get_option('date_format'),
- 'child_of' => 0, 'title_li' => __('Pages'), 'echo' => 1);
+ 'child_of' => 0, 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '');
$r = array_merge($defaults, $r);
$output = '';