From bf9ca290b2afbeb3662215c94255ade3d03d793f Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 13 Feb 2008 21:56:56 +0000 Subject: [PATCH] '>" git-svn-id: https://develop.svn.wordpress.org/trunk@6828 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/bookmark-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/bookmark-template.php b/wp-includes/bookmark-template.php index 2c56e5ad37..50326bcd32 100644 --- a/wp-includes/bookmark-template.php +++ b/wp-includes/bookmark-template.php @@ -201,7 +201,7 @@ function wp_list_bookmarks($args = '') { } } - $output = apply_filters( "wp_list_bookmarks", $output ); + $output = apply_filters( 'wp_list_bookmarks', $output ); if ( !$echo ) return $output;