Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57592


Ignore:
Timestamp:
01/31/2023 04:44:50 PM (3 years ago)
Author:
SergeyBiryukov
Comment:

Hi there, welcome to WordPress Trac! Thanks for the report.

Could you share the steps to reproduce the issue on a clean install?

It's not quite clear to me whether this is about post slugs or term slugs, and what the expected results should be.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57592 – Description

    initial v1  
    11when a slug on Hebrew the sort in admin its not work and we are find a solution for this
    22this one when you add this to the core the sort is start work א-ת
    3 
    4 / Rewrite WP Core sanitize key (hebrew support)
     3{{{
     4// Rewrite WP Core sanitize key (hebrew support)
    55
    66add_filter('sanitize_key', 'hebrew_sanitize_key', 10, 2);
     
    1616    return $sanitized_key;
    1717}
     18}}}