Changeset 37914 for trunk/src/wp-admin/link-add.php
- Timestamp:
- 06/29/2016 03:15:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/link-add.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-add.php
r25616 r37914 11 11 12 12 if ( ! current_user_can('manage_links') ) 13 wp_die(__(' You do not have sufficient permissionsto add links to this site.'));13 wp_die(__('Sorry, you are not allowed to add links to this site.')); 14 14 15 15 $title = __('Add New Link');
Note: See TracChangeset
for help on using the changeset viewer.