mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -201,6 +201,8 @@ function wp_list_bookmarks($args = '') {
|
||||
}
|
||||
}
|
||||
|
||||
$output = apply_filters( "wp_list_bookmarks", $output );
|
||||
|
||||
if ( !$echo )
|
||||
return $output;
|
||||
echo $output;
|
||||
|
||||
Reference in New Issue
Block a user