Changeset 1686
- Timestamp:
- 06/27/2015 02:36:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-routes/routes/locale.php
r1684 r1686 60 60 foreach ( $sub_projects as $key => $sub_project ) { 61 61 $status = $this->get_project_status( $sub_project, $locale_slug, $set_slug ); 62 if ( ! $status-> sub_projects_count ) {62 if ( ! $status->all_count ) { 63 63 unset( $sub_projects[ $key ] ); 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.