forked from mirror/_s
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:
parent
79a6a23da2
commit
ec4c855158
|
@ -5,7 +5,7 @@
|
||||||
* The area of the page that contains both current comments
|
* The area of the page that contains both current comments
|
||||||
* and the comment form. The actual display of comments is
|
* and the comment form. The actual display of comments is
|
||||||
* handled by a callback to _s_comment() which 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
|
* @package _s
|
||||||
* @since _s 1.0
|
* @since _s 1.0
|
||||||
|
|
Reference in New Issue