From 603369e3071fb79668da1e6d0ea5b4c8172d0e3d Mon Sep 17 00:00:00 2001 From: Kirk Wight Date: Tue, 12 Jun 2012 17:42:14 -0400 Subject: [PATCH] Corrected reference to location of _s_comment() * _s_comment() is now located in inc/template-tags.php, rather than functions.php as stated --- comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.php b/comments.php index f70b687..0a08c00 100644 --- a/comments.php +++ b/comments.php @@ -48,7 +48,7 @@ * to use _s_comment() to format the comments. * If you want to overload this in a child theme then you can * define _s_comment() and that will be used instead. - * See _s_comment() in functions.php for more. + * See _s_comment() in inc/template-tags.php for more. */ wp_list_comments( array( 'callback' => '_s_comment' ) ); ?>