mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
Fix notice
git-svn-id: http://svn.automattic.com/wordpress/trunk@9734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a4da82e877
commit
153d88757c
@ -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…
x
Reference in New Issue
Block a user