changeset 7 | cf61fcea0001 |
parent 0 | d970ebf37754 |
child 9 | 177826044cd9 |
--- a/wp/wp-admin/link-add.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/link-add.php Mon Oct 14 17:39:30 2019 +0200 @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can('manage_links') ) - wp_die(__('You do not have sufficient permissions to add links to this site.')); + wp_die(__('Sorry, you are not allowed to add links to this site.')); $title = __('Add New Link'); $parent_file = 'link-manager.php';