Changeset 36709 for trunk/src/wp-admin/admin-ajax.php
- Timestamp:
- 02/25/2016 12:52:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-ajax.php
r35527 r36709 22 22 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); 23 23 24 /** Allow for cross-domain requests (from the front end). */24 /** Allow for cross-domain requests (from the front end). */ 25 25 send_origin_headers(); 26 26
Note: See TracChangeset
for help on using the changeset viewer.