Making WordPress.org


Ignore:
Timestamp:
03/01/2016 10:46:06 PM (9 years ago)
Author:
ocean90
Message:

Translate: Display contributors and editors on project pages of a locale.

See #1388.

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  
    264264        }
    265265
    266 
    267266        $labels = array_keys( $data );
    268267        array_pop( $labels );
     
    311310        $json = file_get_contents( "https://api.wordpress.org/translations/plugins/1.0/?slug={$project_slug}", null, $http_context );
    312311        $language_packs = $json && '{' == $json[0] ? json_decode( $json ) : null;
    313 
    314312
    315313        $this->tmpl( 'projects-wp-plugins-language-packs', get_defined_vars() );
Note: See TracChangeset for help on using the changeset viewer.