Changeset 13750 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 03/18/2010 05:46:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r13706 r13750 10 10 require_once('admin.php'); 11 11 12 if ( ! current_user_can( 'manage_options') )13 wp_die( __('You do not have sufficient permissions to manage options for this blog.'));12 if ( ! current_user_can( 'manage_options' ) ) 13 wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) ); 14 14 15 15 $title = __('Permalink Settings');
Note: See TracChangeset
for help on using the changeset viewer.