Changes between Initial Version and Version 5 of Ticket #18987
- Timestamp:
- 12/29/12 22:55:02 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18987
- Property Keywords has-patch needs-testing added
- Property Cc knut@… added
-
Ticket #18987 – Description
initial v5 6 6 7 7 Please include this workaround in the core's wp-config.php file: 8 8 {{{ 9 9 if (isset($_SERVER['UNENCODED_URL'])) 10 10 $_SERVER['REQUEST_URI'] = $_SERVER['UNENCODED_URL']; 11 11 }}} 12 12 Thank you!
