Changeset 12432
- Timestamp:
- 02/27/2023 08:15:38 AM (20 months 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
r12400 r12432 136 136 global $wpdb; 137 137 138 $allowed_statuses = array( "current", "rejected", "changesrequested", "fuzzy");138 $allowed_statuses = array( 'current', 'rejected', 'changesrequested', 'fuzzy' ); 139 139 140 140 // Do not propagate waiting translations and other translations with warnings. … … 250 250 } 251 251 252 $_existing_translation->set_ as_current();252 $_existing_translation->set_status( $translation->status ); 253 253 gp_clean_translation_set_cache( $new_translation_set->id ); 254 254
Note: See TracChangeset
for help on using the changeset viewer.