From f0a54726e0fd9b4ec23881f81f29ffb793f63643 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 4 May 2005 20:57:12 +0000 Subject: [PATCH] Add filter to page list git-svn-id: http://svn.automattic.com/wordpress/trunk@2583 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-post.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/template-functions-post.php b/wp-includes/template-functions-post.php index e64e40d59b..d855b9b89e 100644 --- a/wp-includes/template-functions-post.php +++ b/wp-includes/template-functions-post.php @@ -356,6 +356,8 @@ function wp_list_pages($args = '') { $output .= ''; endif; + $output = apply_filters('wp_list_pages', $output); + if ( $r['echo'] ) echo $output; else