New options for moving comments to another node.
Sometimes visitors submit comment that are not related to an specific node, so this feature can help admins for organizing comments more effectively.

Thanks.

Comments

sinasalek’s picture

Sample SQL code

UPDATE `comments` SET `nid` = '1025' 
WHERE `comments`.`cid` IN (12,34) LIMIT 1 ;