From ec4c855158505f796f7e1f16d3c07a1a15b168d4 Mon Sep 17 00:00:00 2001 From: Brian Fegter Date: Tue, 12 Feb 2013 10:40:31 -0600 Subject: [PATCH] Updated 'comments callback' location comment The function has been moved outside of 'functions.php' and into 'inc/template-tags.php'. This directs developers to the proper location for the callback. --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index cc3b3443..2504079d 100644 --- a/comments.php +++ b/comments.php @@ -5,7 +5,7 @@ * The area of the page that contains both current comments * and the comment form. The actual display of comments is * handled by a callback to _s_comment() which is - * located in the functions.php file. + * located in the inc/template-tags.php file. * * @package _s * @since _s 1.0