Changes between Initial Version and Version 1 of Ticket #14773, comment 12
- Timestamp:
- 08/11/2013 09:48:26 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14773, comment 12
initial v1 2 2 3 3 According to the tests it only happens if all the words in the URL are already present, when only 1 word of the page_name is present the URL will be right because the page_name is not complete. 4 5 Edit: 6 Adding to this, the patch [http://core.trac.wordpress.org/attachment/ticket/14773/12456.2.diff 12456.2.diff] fixes only 1 of the testcases. 7 It fixes: "/this--should-be-resolved-" -> "/this-should-be-resolved/" 8 It does '''not''' fix: "/this----should---be---resolved-" -> "/this-should-be-resolved/"