also changing overload to override in comments.php & archive.php

This commit is contained in:
Patrick Rauland 2013-08-20 07:27:46 -05:00
parent 1d134ab298
commit 3d98e794d3
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ if ( post_password_required() )
<?php
/* Loop through and list the comments. Tell wp_list_comments()
* to use _s_comment() to format the comments.
* If you want to overload this in a child theme then you can
* If you want to override this in a child theme then you can
* define _s_comment() and that will be used instead.
* See _s_comment() in inc/template-tags.php for more.
*/