Add wp_list_bookmarks filter. Props codealsatian. fixes #5532

git-svn-id: https://develop.svn.wordpress.org/trunk@6822 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-13 18:47:34 +00:00
parent bba5e09b61
commit 1fbf72ada3
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,8 @@ function wp_list_bookmarks($args = '') {
}
}
$output = apply_filters( "wp_list_bookmarks", $output );
if ( !$echo )
return $output;
echo $output;