From ab4ce8237d181fefafeb298c53e3657f2fdcc30d Mon Sep 17 00:00:00 2001 From: westi Date: Wed, 13 Feb 2008 21:56:56 +0000 Subject: [PATCH] '>" git-svn-id: http://svn.automattic.com/wordpress/trunk@6828 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 2c56e5ad3..50326bcd3 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;