Changeset 16776 for trunk/wp-admin/link-manager.php
- Timestamp:
- 12/07/2010 09:06:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r16175 r16776 9 9 /** Load WordPress Administration Bootstrap */ 10 10 require_once ('admin.php'); 11 if ( ! current_user_can( 'manage_links' ) ) 12 wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) ); 11 13 12 14 $wp_list_table = get_list_table('WP_Links_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.