Changeset 34059 for trunk/src/wp-admin/admin-post.php
- Timestamp:
- 09/11/2015 09:07:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-post.php
r30649 r34059 29 29 do_action( 'admin_init' ); 30 30 31 $action = empty( $_REQUEST['action'] ) ? '' : $_REQUEST['action'];31 $action = wp_validate_action(); 32 32 33 33 if ( ! wp_validate_auth_cookie() ) {
Note: See TracChangeset
for help on using the changeset viewer.