Changeset 3518
- Timestamp:
- 06/21/2016 10:06:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-svn-watcher.php
r3497 r3518 14 14 const SVN_URL = 'https://plugins.svn.wordpress.org/'; 15 15 const PHP = '/usr/local/bin/php'; 16 const PROCESS_I18N = false;16 const PROCESS_I18N = true; 17 17 18 18 public function __construct() { … … 60 60 echo shell_exec( $cmd ) . "\n"; 61 61 62 if ( self::PROCESS_I18N ) {62 if ( self::PROCESS_I18N && 'nothing-much' === $plugin_slug ) { 63 63 $plugin = Plugin_Directory::get_plugin_post( $plugin_slug ); 64 64 $stable_tag = $plugin->stable_tag;
Note: See TracChangeset
for help on using the changeset viewer.