Changeset 14313 for trunk/wp-admin/link.php
- Timestamp:
- 04/30/2010 01:54:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link.php
r13960 r14313 16 16 17 17 if ( ! current_user_can('manage_links') ) 18 wp_die( __('You do not have sufficient permissions to edit the links for this blog.') );18 wp_die( __('You do not have sufficient permissions to edit the links for this site.') ); 19 19 20 20 if ( !empty($_POST['deletebookmarks']) )
Note: See TracChangeset
for help on using the changeset viewer.