[geeklog-devel] article.php plugin comment code
Vincent Furia
vfuria at gmail.com
Mon Jan 24 10:46:16 EST 2005
Anyone know why this:
// First see if we have a plugin that may be trying to use the Geeklog
comment engine
$type = COM_applyFilter ($_REQUEST['type']);
if (!empty ($type) && PLG_supportsComments ($type)) {
// Yes, this is a plugin wanting to be commented on...do it
$display .= PLG_callCommentForm($type,$story,$mode,$order,$reply);
echo $display;
exit();
}
is in article.php? Is it used?
-VInny
More information about the geeklog-devel
mailing list