CMS  Version 3.9
publish_comment.inc File Reference

Go to the source code of this file.

Variables

 $comment_id = checkNumeric($_GET["comment_id"])
 
 $comment = new Comment()
 
if($comment_id) if(! $comment->publishedelse
 

Variable Documentation

◆ $comment

$comment = new Comment()

Definition at line 12 of file publish_comment.inc.

◆ $comment_id

$comment_id = checkNumeric($_GET["comment_id"])

Definition at line 10 of file publish_comment.inc.

◆ else

if ( $comment->save()) else
Initial value:
{
$comment->published = false
$comment

Definition at line 23 of file publish_comment.inc.