Make WordPress Core


Ignore:
Timestamp:
04/30/2012 09:20:50 PM (14 years ago)
Author:
nacin
Message:

Properly convert two special Z characters in convert_chars(). props Namely, SergeyBiryukov. fixes #20503.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r20611 r20653  
    10171017        'Œ' => 'Œ',
    10181018        '' => '',
    1019         'Ž' => 'ž',
     1019        'Ž' => 'Ž',
    10201020        '' => '',
    10211021        '' => '',
     
    10331033        'œ' => 'œ',
    10341034        '' => '',
    1035         'ž' => '',
     1035        'ž' => 'ž',
    10361036        'Ÿ' => 'Ÿ'
    10371037        );
Note: See TracChangeset for help on using the changeset viewer.