Changeset 5488 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-i18n-import.php
- Timestamp:
- 05/14/2017 09:23:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-plugin-i18n-import.php
r5458 r5488 110 110 111 111 $cmd = self::PHP . ' ' . dirname( __DIR__ ) . "/bin/import-plugin-to-glotpress.php --plugin {$esc_plugin_slug} --tag {$esc_tag} --type {$esc_type}"; 112 113 echo "\n\$$cmd\n"; 114 echo shell_exec( $cmd ) . "\n"; 112 exec( $cmd ); 115 113 } 116 114 } 117 118 115 }
Note: See TracChangeset
for help on using the changeset viewer.