comment_post_ID)) { wp_die("You do not have permissions to reply to this comment."); } $userInfo = wp_get_current_user(); if(cr_add_reply($comment_ID, $userInfo, $reply)) { header("Location: ". urldecode($_REQUEST['ret'])); die(); } else { wp_die("We were unable to add your reply at this time."); } ?>