Changeset 2717 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 03/08/2016 10:31:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r2716 r2717 866 866 $cmd = WPORGTRANSLATE_WPCLI . ' wporg-translate set-theme-project ' . escapeshellarg( $theme_post->post_name ) . ' ' . escapeshellarg( $version ); 867 867 868 shell_exec( $cmd ); 868 $output = shell_exec( $cmd ); 869 slack_dm( $output, '@ocean90' ); 869 870 } 870 871 add_action( 'wporg_themes_update_version_live', 'wporg_themes_glotpress_import', 100, 2 );
Note: See TracChangeset
for help on using the changeset viewer.