mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Typo fix. Props schulte. fixes #3087
git-svn-id: http://svn.automattic.com/wordpress/trunk@4145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
849a0d29d7
commit
b8921bfac8
@ -479,7 +479,7 @@ function get_archives($type='', $limit='', $format='html', $before = '', $after
|
|||||||
|
|
||||||
// Deprecated. Use get_author_posts_url().
|
// Deprecated. Use get_author_posts_url().
|
||||||
function get_author_link($echo = false, $author_id, $author_nicename = '') {
|
function get_author_link($echo = false, $author_id, $author_nicename = '') {
|
||||||
$link = get_author_posts_link($author_id, $author_nicename);
|
$link = get_author_posts_url($author_id, $author_nicename);
|
||||||
|
|
||||||
if ( $echo )
|
if ( $echo )
|
||||||
echo $link;
|
echo $link;
|
||||||
|
Loading…
Reference in New Issue
Block a user