Changes from branches/2.8/wp-admin/themes.php at r11762 to trunk/wp-admin/themes.php at r11539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r11762 r11539 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('switch_themes') )13 wp_die( __( 'Cheatin’ uh?' ) );14 11 15 12 if ( isset($_GET['action']) ) {
Note: See TracChangeset
for help on using the changeset viewer.