Fix notice

git-svn-id: http://svn.automattic.com/wordpress/trunk@9734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-11-17 18:21:20 +00:00
parent a4da82e877
commit 153d88757c
1 changed files with 1 additions and 1 deletions

View File

@ -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;