Changeset 16030
- Timestamp:
- 10/28/2010 05:58:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r15933 r16030 1049 1049 $link = __('Edit This'); 1050 1050 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>'; 1052 1052 echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after; 1053 1053 }
Note: See TracChangeset
for help on using the changeset viewer.