Make WordPress Core


Ignore:
Timestamp:
12/07/2010 09:06:19 PM (15 years ago)
Author:
westi
Message:

Restore some more cap checks for clarity. See #15326.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r16175 r16776  
    99/** Load WordPress Administration Bootstrap */
    1010require_once ('admin.php');
     11if ( ! current_user_can( 'manage_links' ) )
     12    wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) );
    1113
    1214$wp_list_table = get_list_table('WP_Links_List_Table');
Note: See TracChangeset for help on using the changeset viewer.