- Timestamp:
- 09/29/2020 05:55:00 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/translations/lib.php
r8349 r10310 79 79 foreach ( $translations as $translation ) { 80 80 $locale = GP_Locales::by_field( 'wp_locale', $translation->language ); 81 if ( ! $locale ) { 82 // Locale not known to us. 83 continue; 84 } 81 85 82 86 $isos = array( 1 => false, 2 => false, 3 => false );
Note: See TracChangeset
for help on using the changeset viewer.