Jeremy Newman : add some comments to explain what this file is
Module: appdb Branch: master Commit: aaca627ffd5ff8aff345d5e6d11bbf4f37a01177 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=aaca627ffd5ff8aff345d5e6d... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Tue Nov 15 12:13:17 2016 -0600 add some comments to explain what this file is --- comment_body.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/comment_body.php b/comment_body.php index a4e0cbe..8e2a140 100644 --- a/comment_body.php +++ b/comment_body.php @@ -1,9 +1,13 @@ <?php +/** + * Ajax Loader for Loading an Inline Comment + * ties to handler in utils.js + */ + require("path.php"); require(BASE."include/incl.php"); require_once(BASE."include/comment.php"); - Comment::view_comment_body($aClean['iCommentId']); ?>
participants (1)
-
Jeremy Newman