Making WordPress.org

Changeset 3028


Ignore:
Timestamp:
04/27/2016 10:08:17 PM (8 years ago)
Author:
ocean90
Message:

Translate, Plugin Directory: Make Slack notification more specific on what is actually synced.

See #1636.

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  
    4848        }
    4949
     50        $sub_project = basename( $args['gp_project'] );
     51        $sub_project_counterpart = $this->project_mapping[ $sub_project ];
     52
    5053        $time = date( 'r' );
    51         $message = "_Time: {$time}_\nTranslation sync from dev to stable in process...\n";
     54        $message = "_Time: {$time}_\nTranslation sync from {$sub_project} to {$sub_project_counterpart} in process...\n";
    5255        foreach ( $translation_sets as $translation_set ) {
    5356            if ( 0 == $translation_set->current_count() ) {
Note: See TracChangeset for help on using the changeset viewer.