- Timestamp:
- 09/13/2013 05:42:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/importers/1.0/index.php
r1 r83 3 3 $popular_importers = wporg_api_get_popular_importers(); 4 4 # unset( $popular_importers['tumblr'] ); 5 echo serialize( array( 'importers' => $popular_importers, 'translated' => false ) ); 5 6 $response = array( 'importers' => $popular_importers, 'translated' => false ); 7 echo defined( 'JSON_RESPONSE' ) ? json_encode( $response ) : serialize( $response ); 6 8 7 9 function __( $string ) { return $string; }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)