Changeset 1853
- Timestamp:
- 08/30/2015 06:02:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-stats-overview.php
r1852 r1853 40 40 foreach ( GP::$project->find_many( array( 'parent_project_id' => $wp_project->id, 'active' => 1 ) ) as $wp_sub_project ) { 41 41 // Prefix the WordPress projects... 42 $wp_sub_project->name = $wp_project->name . ' ' . $wp_ project->name;42 $wp_sub_project->name = $wp_project->name . ' ' . $wp_sub_project->name; 43 43 $projects = array_merge( array( $wp_sub_project->path => $wp_sub_project ), $projects ); 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.