[wp-trac] [WordPress Trac] #16282: PHP catchable error with get_term_link and WP3.1RC2
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 26 01:07:23 UTC 2011
#16282: PHP catchable error with get_term_link and WP3.1RC2
------------------------------+-----------------------
Reporter: illutic | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: Multisite | Version: 3.1
Severity: major | Resolution:
Keywords: has-patch commit |
------------------------------+-----------------------
Comment (by scribu):
Replying to [comment:54 dd32]:
> Except it doesn't help. Slugs are stored as sanitize_title() in the db..
If it gets stored using one sanitizer, you cant just use a different
sanitizer for querying.
Actually, for querying, you shouldn't need a sanitizer at all. It was used
as a sort of "smart" 404 detection, for example accessing the same
category using any of these urls:
{{{
http://example.com/category/accent
http://example.com/category/accént
http://example.com/category/Accént
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16282#comment:55>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list