Make WordPress Core

Changeset 16030


Ignore:
Timestamp:
10/28/2010 05:58:49 AM (14 years ago)
Author:
nacin
Message:

Use correct variable. props linguasite, fixes #14141.

File:
1 edited

Legend:

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

    r15933 r16030  
    10491049        $link = __('Edit This');
    10501050
    1051     $link = '<a href="' . get_edit_bookmark_link( $link ) . '" title="' . __( 'Edit Link' ) . '">' . $link . '</a>';
     1051    $link = '<a href="' . get_edit_bookmark_link( $bookmark ) . '" title="' . __( 'Edit Link' ) . '">' . $link . '</a>';
    10521052    echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after;
    10531053}
Note: See TracChangeset for help on using the changeset viewer.