Advertisement
Guest User

user_wp

a guest
Jan 13th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php comment_author_link(); ?> - <?php if ($comment->user_id) { $user=get_userdata($comment->user_id); echo '@'.$user->user_nicename; }  ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement