Add filter to page list

git-svn-id: https://develop.svn.wordpress.org/trunk@2583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-05-04 20:57:12 +00:00
parent 58ee37098a
commit e749e54a6b
1 changed files with 2 additions and 0 deletions

View File

@ -356,6 +356,8 @@ function wp_list_pages($args = '') {
$output .= '</ul></li>';
endif;
$output = apply_filters('wp_list_pages', $output);
if ( $r['echo'] )
echo $output;
else