Changes between Version 3 and Version 4 of Ticket #20383, comment 26
- Timestamp:
- 03/19/2021 10:09:19 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20383, comment 26
v3 v4 8 8 9 9 i find this in caonical.php so please provide here hook to change this 10 {{{ 10 11 $punctuation_pattern = implode( '|', array_map( 'preg_quote', array( 11 12 ' ', '%20', // space … … 22 23 '%E2%80%9D', // closing curly quote 23 24 ) ) ); 25 }}}