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;