Changeset 1882
- Timestamp:
- 09/17/2015 04:30:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-project-stats.php
r1881 r1882 107 107 } 108 108 $this->projects_to_update += $projects; 109 unset( $projects ); 109 110 110 111 foreach ( $this->projects_to_update as $project_id => $locale_sets ) { … … 135 136 } 136 137 } 138 $this->projects_to_update = array(); 137 139 138 140 if ( $values ) {
Note: See TracChangeset
for help on using the changeset viewer.