Make WordPress Core

Changeset 9734


Ignore:
Timestamp:
11/17/2008 06:21:20 PM (17 years ago)
Author:
ryan
Message:

Fix notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r9632 r9734  
    786786 */
    787787function get_edit_bookmark_link( $link = 0 ) {
    788     $link = &get_bookmark( $link );
     788    $link = get_bookmark( $link );
    789789
    790790    if ( !current_user_can('manage_links') )
Note: See TracChangeset for help on using the changeset viewer.