Changeset 2181 for sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/locale.php
- Timestamp:
- 12/09/2015 08:32:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/locale.php
r2080 r2181 153 153 154 154 $sub_projects = $this->get_active_sub_projects( $sub_project, true ); 155 $sub_project_slugs = array(); 155 156 if ( $sub_projects ) { 156 157 $sub_project_statuses = array(); 157 158 foreach ( $sub_projects as $key => $_sub_project ) { 159 $sub_project_slugs[] = $_sub_project->slug; 158 160 $status = $this->get_project_status( $_sub_project, $locale_slug, $set_slug, null, false ); 159 161
Note: See TracChangeset
for help on using the changeset viewer.