From e749e54a6b58570862fb66a7bde79b011a57c644 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 4 May 2005 20:57:12 +0000 Subject: [PATCH] Add filter to page list git-svn-id: https://develop.svn.wordpress.org/trunk@2583 602fd350-edb4-49c9-b593-d223f7449a82 --- 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