Changeset 11765 for branches/2.8/wp-admin/link-add.php
- Timestamp:
- 08/02/2009 02:24:43 AM (17 years ago)
- File:
-
- 1 edited
-
branches/2.8/wp-admin/link-add.php (modified) (1 diff)
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.