Changeset 9734
- Timestamp:
- 11/17/2008 06:21:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r9632 r9734 786 786 */ 787 787 function get_edit_bookmark_link( $link = 0 ) { 788 $link = &get_bookmark( $link );788 $link = get_bookmark( $link ); 789 789 790 790 if ( !current_user_can('manage_links') )
Note: See TracChangeset
for help on using the changeset viewer.