[wp-trac] [WordPress Trac] #15413: inconsistent use of home_url() in author-template.php
WordPress Trac
wp-trac at lists.automattic.com
Sat Nov 13 00:47:46 UTC 2010
#15413: inconsistent use of home_url() in author-template.php
--------------------------+-------------------------------------------------
Reporter: chineseleper | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Permalinks | Version: 3.1
Severity: minor | Keywords:
--------------------------+-------------------------------------------------
should be
{{{
home_url(trailingslashit($link))
}}}
not
{{{
home_url().trailingslashit($link)
}}}
in
{{{
get_author_posts_url()
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15413>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list