Changeset 24667 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/12/2013 05:11:56 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r24651 r24667 2093 2093 require ABSPATH . 'wp-admin/includes/revision.php'; 2094 2094 2095 // check_ajax_referer( 'revisions-ajax-nonce', 'nonce' );2096 2097 2095 if ( ! $post = get_post( (int) $_REQUEST['post_id'] ) ) 2098 2096 wp_send_json_error();
Note: See TracChangeset
for help on using the changeset viewer.