Example #1
0
 /**
  * Handle the situation when a moderated comment subscribe request has not yet been fulfilled.
  * @param $comment
  */
 protected static function handle_new_subscriber($comment)
 {
     if (!Prompt_Comment_Form_Handling::subscription_requested($comment)) {
         return;
     }
     Prompt_Comment_Form_Handling::subscribe_commenter($comment);
 }