Changeset 14313 for trunk/wp-admin/link-manager.php
- Timestamp:
- 04/30/2010 01:54:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r14139 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 ( 'delete' == $doaction ) { … … 47 47 48 48 if ( ! current_user_can('manage_links') ) 49 wp_die(__("You do not have sufficient permissions to edit the links for this blog."));49 wp_die(__("You do not have sufficient permissions to edit the links for this site.")); 50 50 51 51 switch ($order_by) {
Note: See TracChangeset
for help on using the changeset viewer.