Changeset 710
- Timestamp:
- 06/18/2014 05:37:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/translations/core/1.0/index.php
r709 r710 14 14 call_headers( 'application/json' ); 15 15 16 echo json_encode( $translations);16 echo json_encode( array( 'languages' => $translations ) ); 17 17 exit; 18 18
Note: See TracChangeset
for help on using the changeset viewer.