Changeset 11771 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
- Timestamp:
- 04/12/2022 08:28:41 PM (3 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
r11769 r11771 101 101 if ( $return_var ) { 102 102 $message .= 'Failure: ' . implode( "\n", $output ) . "\n"; 103 } else {103 } elseif ( $output ) { 104 104 $message .= implode( "\n", $output ) . "\n"; 105 105 }
Note: See TracChangeset
for help on using the changeset viewer.