From 9188417e73860c2944bf3b73c15b7ddcad60e24b Mon Sep 17 00:00:00 2001 From: Nick Bennett Date: Wed, 1 Apr 2015 11:55:54 -0500 Subject: [PATCH] Add PHP DocBlocks to /comments.php. #475 --- comments.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comments.php b/comments.php index 9849cfe7d..222cdd4e4 100644 --- a/comments.php +++ b/comments.php @@ -6,6 +6,9 @@ * and the comment form. The actual display of comments is * handled by a callback to argo_comment() which is * located in the functions.php file. + * + * @package Largo + * @since 0.1 */ ?>