Changeset 30356 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 11/16/2014 06:15:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r29206 r30356 14 14 15 15 if ( ! current_user_can('edit_theme_options') ) 16 wp_die( __( 'Cheatin’ uh?' ) );16 wp_die( __( 'Cheatin’ uh?' ), 403 ); 17 17 18 18 $widgets_access = get_user_setting( 'widgets_access' );
Note: See TracChangeset
for help on using the changeset viewer.