Changeset 7175
- Timestamp:
- 04/28/2018 11:47:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
r4019 r7175 232 232 'translation_set_id' => $new_translation_set->id, 233 233 'original_id' => $new_original->id, 234 'status' => [ 'current', 'waiting' ],234 'status' => [ 'current', 'waiting', 'fuzzy' ], 235 235 ] ); 236 236 … … 243 243 if ( $existing_translation === $new_translation ) { 244 244 $_existing_translation->set_as_current(); 245 gp_clean_translation_set_cache( $new_translation_set->id ); 246 245 247 return true; 246 248 } … … 258 260 259 261 $translation->set_as_current(); 262 gp_clean_translation_set_cache( $new_translation_set->id ); 260 263 261 264 return true;
Note: See TracChangeset
for help on using the changeset viewer.