- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/options-general.php
r11762 r11598 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 12 if ( ! current_user_can('manage_options') )13 wp_die(__('You do not have sufficient permissions to manage options for this blog.'));14 11 15 12 $title = __('General Settings');
Note: See TracChangeset
for help on using the changeset viewer.