Esempio n. 1
0
function wpu_comment_author_link()
{
    // Modified this to echo rather that return, to be consistent with other WordPress functions.
    echo wpu_get_comment_author_link();
}
Esempio n. 2
0
 public function get_comment_author_link($link)
 {
     return wpu_get_comment_author_link($link);
 }
Esempio n. 3
0
/**
 * Displays the phpBB user profile link for the current commenter
 * @author John Wells
 * @since v0.7.0
 */
function wpu_comment_author_link()
{
    echo wpu_get_comment_author_link();
}