Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #45897


Ignore:
Timestamp:
06/22/2022 12:30:21 AM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45897

    • Property Keywords needs-testing has-patch added
    • Property Component changed from General to I18N
  • Ticket #45897 – Description

    initial v2  
    1 In theme home page , dump fail when clike message page if uri is chinese. In file wp-include/class-wp.php,
     1In theme home page , dump fail when clike message page if uri is chinese. In file wp-includes/class-wp.php,
    22should modify like this:
     3{{{
    34list( $req_uri ) = explode( '?', urldecode( $_SERVER['REQUEST_URI'] ) );
     5}}}