Changeset 13762
- Timestamp:
- 05/31/2024 04:57:41 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/importers/1.0/index.php
r9480 r13762 1 1 <?php 2 3 // Allow playground access. 4 header( 'Access-Control-Allow-Origin: *' ); 5 header( 'Content-Type: ' . ( defined( 'JSON_RESPONSE' ) ? 'application/json' : 'text/plain' ) ); 2 6 3 7 $version = '';
Note: See TracChangeset
for help on using the changeset viewer.