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.
This commit is contained in:
Brian Fegter 2013-02-12 10:40:31 -06:00
parent 79a6a23da2
commit ec4c855158
1 changed files with 1 additions and 1 deletions

View File

@ -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