Changeset 11039
- Timestamp:
- 06/18/2021 06:30:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-warnings/wporg-gp-custom-warnings.php
r11018 r11039 312 312 // https://github.com/GlotPress/GlotPress-WP/pull/1237 313 313 add_filter( 'gp_warning_placeholders_re', function( $re ) { 314 if ( '%(\d+\$(?:\d+)?)?[bcdefgosuxEFGXl]' === $re ) { 315 $re = '(?<!%)%(\d+\$(?:\d+)?)?[bcdefgosuxEFGX%l]'; 316 } 317 return $re; 314 return '(?<!%)%(\d+\$(?:\d+)?)?[bcdefgosuxEFGX%l]'; 318 315 } ); 319 316 }
Note: See TracChangeset
for help on using the changeset viewer.