Changeset 7833
- Timestamp:
- 11/07/2018 08:51:15 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php
r7792 r7833 278 278 WP_CLI::add_command( 'wporg-translate mass-create-sets', __NAMESPACE__ . '\CLI\Mass_Create_Sets' ); 279 279 WP_CLI::add_command( 'wporg-translate make-core-pot', __NAMESPACE__ . '\CLI\Make_Core_Pot' ); 280 WP_CLI::add_command( 'wporg-translate export', __NAMESPACE__ . '\CLI\Export' ); 280 281 } 281 282
Note: See TracChangeset
for help on using the changeset viewer.