Changeset 3028
- Timestamp:
- 04/27/2016 10:08:17 PM (9 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
r3024 r3028 48 48 } 49 49 50 $sub_project = basename( $args['gp_project'] ); 51 $sub_project_counterpart = $this->project_mapping[ $sub_project ]; 52 50 53 $time = date( 'r' ); 51 $message = "_Time: {$time}_\nTranslation sync from dev to stablein process...\n";54 $message = "_Time: {$time}_\nTranslation sync from {$sub_project} to {$sub_project_counterpart} in process...\n"; 52 55 foreach ( $translation_sets as $translation_set ) { 53 56 if ( 0 == $translation_set->current_count() ) {
Note: See TracChangeset
for help on using the changeset viewer.