Ticket #24600: send_origin_headers.admin_post.diff
| File send_origin_headers.admin_post.diff, 412 bytes (added by , 13 years ago) |
|---|
-
wp-admin/admin-post.php
14 14 else 15 15 require_once('../wp-load.php'); 16 16 17 /** Allow for cross-domain requests (from the frontend). */ 18 send_origin_headers(); 19 17 20 require_once(ABSPATH . 'wp-admin/includes/admin.php'); 18 21 19 22 nocache_headers();