changeset 7 | cf61fcea0001 |
parent 5 | 5e2f62d02dcd |
child 9 | 177826044cd9 |
--- a/wp/wp-admin/admin-post.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/admin-post.php Mon Oct 14 17:39:30 2019 +0200 @@ -18,7 +18,7 @@ else require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); -/** Allow for cross-domain requests (from the frontend). */ +/** Allow for cross-domain requests (from the front end). */ send_origin_headers(); require_once(ABSPATH . 'wp-admin/includes/admin.php');