Changeset 11761 for trunk/wp-admin/options-reading.php
- Timestamp:
- 08/01/2009 09:12:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r11380 r11761 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.')); 11 14 12 15 $title = __('Reading Settings');
Note: See TracChangeset
for help on using the changeset viewer.