Changeset 2069 for sites/trunk/translate.wordpress.org/public_html/gp-templates/projects-wp-plugins.php
- Timestamp:
- 11/10/2015 11:24:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates/projects-wp-plugins.php
r2054 r2069 41 41 <tbody> 42 42 <?php 43 foreach ( $translation_locale_ statuses as $locale_slug => $set) :43 foreach ( $translation_locale_complete as $locale_slug => $total_complete ) : 44 44 $gp_locale = GP_Locales::by_slug( $locale_slug ); 45 45 $set_slug = 'default'; … … 64 64 </th> 65 65 <?php 66 if ( $ set) :66 if ( $translation_locale_statuses[ $locale_slug ] ) : 67 67 foreach ( array( 'dev', 'dev-readme', 'stable', 'stable-readme', 'waiting' ) as $subproject_slug ) : 68 68 if ( isset( $translation_locale_statuses[ $locale_slug ][ $subproject_slug ] ) ) :
Note: See TracChangeset
for help on using the changeset viewer.