Changes from trunk/wp-admin/link-add.php at r9620 to branches/2.8/wp-admin/link-add.php at r11765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/link-add.php
r9620 r11765 9 9 /** Load WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( ! current_user_can('manage_links') ) 13 wp_die(__('You do not have sufficient permissions to add links to this blog.')); 11 14 12 15 $title = __('Add New Link');
Note: See TracChangeset
for help on using the changeset viewer.