Fix notice

git-svn-id: https://develop.svn.wordpress.org/trunk@9734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-17 18:21:20 +00:00
parent 57a1c6f31e
commit 0b2f93762d
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;