Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #20383, comment 26


Ignore:
Timestamp:
03/19/2021 10:09:19 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20383, comment 26

    v3 v4  
    88
    99i find this  in caonical.php so please provide here hook to change this
     10{{{
    1011        $punctuation_pattern = implode( '|', array_map( 'preg_quote', array(
    1112                ' ', '%20',  // space
     
    2223                '%E2%80%9D', // closing curly quote
    2324        ) ) );
     25}}}