Add author_link filter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5e06010606
commit
6a6a192a1f
|
@ -136,6 +136,7 @@ function get_author_link($echo = false, $author_id, $author_nicename) {
|
|||
$link = get_settings('home') . trailingslashit($link);
|
||||
}
|
||||
|
||||
$link = apply_filters('author_link', $link);
|
||||
if ($echo) echo $link;
|
||||
return $link;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue