Changeset 2663 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/wp-plugins.php
- Timestamp:
- 03/01/2016 10:46:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/wp-plugins.php
r2530 r2663 264 264 } 265 265 266 267 266 $labels = array_keys( $data ); 268 267 array_pop( $labels ); … … 311 310 $json = file_get_contents( "https://api.wordpress.org/translations/plugins/1.0/?slug={$project_slug}", null, $http_context ); 312 311 $language_packs = $json && '{' == $json[0] ? json_decode( $json ) : null; 313 314 312 315 313 $this->tmpl( 'projects-wp-plugins-language-packs', get_defined_vars() );
Note: See TracChangeset
for help on using the changeset viewer.