Changeset 9755
- Timestamp:
- 04/21/2020 07:26:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/user.php
r9724 r9755 163 163 } 164 164 165 if ( $set = GP::$translation_set->by_project_id_slug_and_locale( $project ->id, $locale_slug, $locale ) ) {165 if ( $set = GP::$translation_set->by_project_id_slug_and_locale( $project_id, $locale_slug, $locale ) ) { 166 166 $translation_set_ids[] = (int) $set->id; 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.