Changeset 25616 for trunk/src/wp-admin/customize.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r24734 r25616 10 10 define( 'IFRAME_REQUEST', true ); 11 11 12 require_once( './admin.php' );12 require_once( dirname( __FILE__ ) . '/admin.php' ); 13 13 if ( ! current_user_can( 'edit_theme_options' ) ) 14 14 wp_die( __( 'Cheatin’ uh?' ) );
Note: See TracChangeset
for help on using the changeset viewer.