Make WordPress Core

Changeset 23176


Ignore:
Timestamp:
12/13/2012 09:59:28 AM (12 years ago)
Author:
nacin
Message:

Remove additional acute accents from permalink slugs via sanitize_title_with_dashes(). props SergeyBiryukov. fixes #22395.

File:
1 edited

Legend:

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

    r22653 r23176  
    10001000            // copy, reg, deg, hellip and trade
    10011001            '%c2%a9', '%c2%ae', '%c2%b0', '%e2%80%a6', '%e2%84%a2',
    1002             // grave accent, acute accent, macron, caron
    1003             '%cc%80', '%cc%81', '%cc%84', '%cc%8c',
     1002            // acute accents
     1003            '%c2%b4', '%cb%8a', '%cc%81', '%cd%81',
     1004            // grave accent, macron, caron
     1005            '%cc%80', '%cc%84', '%cc%8c',
    10041006        ), '', $title );
    10051007
Note: See TracChangeset for help on using the changeset viewer.