Changeset 11013
- Timestamp:
- 06/06/2021 03:12:05 PM (3 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
r6287 r11013 92 92 } 93 93 94 // Handle the case where a new stable tag is marked as latest 95 // without any other changes. 96 if ( [ 'trunk|readme' ] === $i18n_processes ) { 97 $i18n_processes[] = "{$stable_tag}|code"; 98 $i18n_processes[] = "{$stable_tag}|readme"; 99 } 100 94 101 self::process_i18n_for_plugin( $plugin_slug, $i18n_processes ); 95 102 }
Note: See TracChangeset
for help on using the changeset viewer.