Making WordPress.org

Changeset 3000


Ignore:
Timestamp:
04/22/2016 04:39:37 PM (7 years ago)
Author:
ocean90
Message:

Translate, Plugin Directory: Enable the CLI command for syncing translations between plugin projects.

See #1636.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/class-plugin.php

    r2951 r3000  
    5959        WP_CLI::add_command( 'wporg-translate set-plugin-project', __NAMESPACE__ . '\CLI\Set_Plugin_Project' );
    6060        WP_CLI::add_command( 'wporg-translate delete-plugin-project', __NAMESPACE__ . '\CLI\Delete_Plugin_Project' );
    61     //  WP_CLI::add_command( 'wporg-translate sync-plugin-translations', __NAMESPACE__ . '\CLI\Sync_Plugin_Translations' );
     61        WP_CLI::add_command( 'wporg-translate sync-plugin-translations', __NAMESPACE__ . '\CLI\Sync_Plugin_Translations' );
    6262    }
    6363}
Note: See TracChangeset for help on using the changeset viewer.