Changeset 10956
- Timestamp:
- 05/06/2021 05:55:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-fixer/wporg-gp-translation-fixer.php
r10954 r10956 69 69 // Try replacing spaced translation type with no spaces `% 1 $ s` (Machine translated text) 70 70 $translation = preg_replace_callback( 71 '!%\s?(\d+\s?\$(?:\d+)?)?\s?[bcdefgosux] !i',71 '!%\s?(\d+\s?\$(?:\d+)?)?\s?[bcdefgosux]\b!i', 72 72 function( $m ) { 73 73 return str_replace( ' ', '', $m[0] );
Note: See TracChangeset
for help on using the changeset viewer.