<?php
function current_user_has_comments(){
$get= wp_get_current_commenter();
if($get["comment_author"])
return true;
}
if(current_user_has_comments()){
// do something here
}
?>
Statistics: Posted by Jason Caldwell — July 22nd, 2010, 11:14 pm
Statistics: Posted by alberto — July 21st, 2010, 7:24 pm