Opened 6 years ago
Last modified 8 months ago
#45897 new defect (bug)
Chinese page uri dump fail
Reported by: | zh1995 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.0.2 |
Component: | I18N | Keywords: | needs-testing has-patch |
Focuses: | Cc: |
Description (last modified by )
In theme home page , dump fail when clike message page if uri is chinese. In file wp-includes/class-wp.php,
should modify like this:
list( $req_uri ) = explode( '?', urldecode( $_SERVER['REQUEST_URI'] ) );
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
@zh1995 Hi and thanks for the report!
I made a patch file with the
url_decode()
change you suggested, so people can test it.