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
|
* @return string
|
||||||
*/
|
*/
|
||||||
function get_edit_bookmark_link( $link = 0 ) {
|
function get_edit_bookmark_link( $link = 0 ) {
|
||||||
$link = &get_bookmark( $link );
|
$link = get_bookmark( $link );
|
||||||
|
|
||||||
if ( !current_user_can('manage_links') )
|
if ( !current_user_can('manage_links') )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue