Changeset 12229
- Timestamp:
- 11/09/2022 07:26:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/inc/class-translation-memory-client.php
r11093 r12229 157 157 */ 158 158 protected static function diff( $previous_text, $text ) { 159 $diff = new Text_Diff( 'auto', [ [ $ previous_text ], [ $text ] ] );159 $diff = new Text_Diff( 'auto', [ [ $text ], [ $previous_text ] ] ); 160 160 $renderer = new WP_Text_Diff_Renderer_inline(); 161 161
Note: See TracChangeset
for help on using the changeset viewer.