wordpress的默认最近评论小部件显示用户的电子邮件地址,而不是他们的显示/名字。。
get\\u comment\\u author()只需将电子邮件地址更改为“匿名”。。。。
我到底应该做些什么改变,让它显示评论者的名字?
$output .= sprintf( _x( \'%1$s on %2$s\', \'widgets\' ),
\'\' . get_comment_author_link( $comment ) . \'\',
\'<a href="\' . esc_url( get_comment_link( $comment ) ) . \'">\' .
get_the_title( $comment->comment_post_ID ) . \'</a>\'
);