Changeset 5446 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-code-import.php
- Timestamp:
- 04/30/2017 04:20:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-code-import.php
r5444 r5446 50 50 $makepot = new \MakePOT; 51 51 52 if ( $makepot->wp_plugin( $export_directory, $pot_file, $this->plugin ) || ! file_exists( $pot_file ) ) {52 if ( ! $makepot->wp_plugin( $export_directory, $pot_file, $this->plugin ) || ! file_exists( $pot_file ) ) { 53 53 throw new Exception( "POT file couldn't be created." ); 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.