Corrected reference to location of _s_comment()

* _s_comment() is now located in inc/template-tags.php, rather than
functions.php as stated
This commit is contained in:
Kirk Wight 2012-06-12 17:42:14 -04:00
parent 55ab0fa5d6
commit 603369e307
1 changed files with 1 additions and 1 deletions

View File

@ -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' ) );
?>