mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Add author_link filter.
git-svn-id: https://develop.svn.wordpress.org/trunk@2154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0d0cf5aee2
commit
fdb3791d1e
@ -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
Block a user