Changeset 31300 for trunk/src/wp-admin/includes/menu.php
- Timestamp:
- 01/29/2015 09:14:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/menu.php
r29206 r31300 317 317 do_action( 'admin_page_access_denied' ); 318 318 319 wp_die( __( 'You do not have sufficient permissions to access this page.'));319 wp_die( __( 'You do not have sufficient permissions to access this page.' ), 403 ); 320 320 } 321 321
Note: See TracChangeset
for help on using the changeset viewer.