- Timestamp:
- 01/12/2016 11:28:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/index.php
r160 r2291 43 43 // Convert a locale from a WP locale to a GP locale. 44 44 if ( ( isset( $_GET['locale'] ) && 'en_US' != $_GET['locale'] ) || ( 'cli' == php_sapi_name() && isset( $argv[2] ) ) ) { 45 require WPORGPATH . 'translate/glotpress/locales/locales.php';45 require GLOTPRESS_LOCALES_PATH; 46 46 $gp_locale = GP_Locales::by_field( 'wp_locale', isset( $argv[2] ) ? $argv[2] : $_GET['locale'] ); 47 47 if ( $gp_locale ) {
Note: See TracChangeset
for help on using the changeset viewer.