Changeset 11769 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
- Timestamp:
- 04/12/2022 07:26:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
r11768 r11769 98 98 $return_var = 0; 99 99 exec( $cmd, $output, $return_var ); 100 $output = array_filter( $output, fn( $line ) => ! str_starts_with( $line, '0 translations' ) ); 100 101 if ( $return_var ) { 101 102 $message .= 'Failure: ' . implode( "\n", $output ) . "\n";
Note: See TracChangeset
for help on using the changeset viewer.