Changeset 4499 for trunk/wp-admin/link.php
- Timestamp:
- 11/20/2006 02:17:07 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link.php
r4495 r4499 97 97 $parent_file = 'link-manager.php'; 98 98 $submenu_file = 'link-manager.php'; 99 $title = __('Edit Bookmark');99 $title = __('Edit Link'); 100 100 include_once ('admin-header.php'); 101 101 if (!current_user_can('manage_links')) 102 wp_die(__('You do not have sufficient permissions to edit the bookmarks for this blog.'));102 wp_die(__('You do not have sufficient permissions to edit the links for this blog.')); 103 103 104 104 $link_id = (int) $_GET['link_id'];
Note: See TracChangeset
for help on using the changeset viewer.