Fix notice
git-svn-id: https://develop.svn.wordpress.org/trunk@9734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
57a1c6f31e
commit
0b2f93762d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user