[wp-trac] [WordPress Trac] #26733: get_author_posts_url() is not removing accents/dicritics from the author link
WordPress Trac
noreply at wordpress.org
Fri Dec 27 23:09:50 UTC 2013
#26733: get_author_posts_url() is not removing accents/dicritics from the author
link
--------------------------+-----------------------------
Reporter: bpmvrzsf | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.8
Severity: normal | Keywords:
--------------------------+-----------------------------
{{{
$author_link = get_author_posts_url( get_the_author_meta( 'ID' );
echo $author_link;
}}}
and the output will be e.g.
{{{
http://example.com/author/džiga
}}}
instead of the correct:
{{{
http://example.com/author/dziga
}}}
Could this be fixed in the next version, because only
http://example.com/author/dziga will lead to the correct page.
http://example.com/author/džiga will lead to 404 page.
Thanks in advance.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26733>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list