Changeset 14313 for trunk/wp-admin/link-add.php
- Timestamp:
- 04/30/2010 01:54:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-add.php
r14139 r14313 11 11 12 12 if ( ! current_user_can('manage_links') ) 13 wp_die(__('You do not have sufficient permissions to add links to this blog.'));13 wp_die(__('You do not have sufficient permissions to add links to this site.')); 14 14 15 15 $title = __('Add New Link');
Note: See TracChangeset
for help on using the changeset viewer.