Changeset 1861
- Timestamp:
- 09/03/2015 04:38:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-stats-overview.php
r1854 r1861 53 53 54 54 foreach ( $project->inclusive_sub_projects() as $sub ) { 55 $project_ids[] = $sub->id; 55 if ( $sub->active ) { 56 $project_ids[] = $sub->id; 57 } 56 58 } 57 59 unset( $sub );
Note: See TracChangeset
for help on using the changeset viewer.