Changeset 3549 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/i18n/class-readme-import.php
- Timestamp:
- 06/22/2016 02:47:07 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-readme-import.php
r3515 r3549 154 154 } 155 155 156 $branch = ( 'trunk' === $tag ) ? 'dev ' : 'stable';156 $branch = ( 'trunk' === $tag ) ? 'dev-readme' : 'stable-readme'; 157 157 $this->import_pot_to_glotpress_project( $this->plugin, $branch, $pot_file, $str_priorities ); 158 158 }
Note: See TracChangeset
for help on using the changeset viewer.