From 153d88757c6f30465aa2510e323ee4208c6a6ca2 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 17 Nov 2008 18:21:20 +0000 Subject: [PATCH] Fix notice git-svn-id: http://svn.automattic.com/wordpress/trunk@9734 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 17ef642a1..815b9d0c9 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -785,7 +785,7 @@ function edit_comment_link( $link = 'Edit This', $before = '', $after = '' ) { * @return string */ function get_edit_bookmark_link( $link = 0 ) { - $link = &get_bookmark( $link ); + $link = get_bookmark( $link ); if ( !current_user_can('manage_links') ) return;