From 0b2f93762d9f9506f0c59e367c41963c32b148df Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 17 Nov 2008 18:21:20 +0000 Subject: [PATCH] Fix notice git-svn-id: https://develop.svn.wordpress.org/trunk@9734 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 17ef642a17..815b9d0c9b 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;