_s: adding instructions on forking _s to the readme and cleaning up a php comment in comments.php that gets missed in the find and replace pattern

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8893 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-08 13:54:26 +00:00
parent 60d8720ad6
commit 22522ac0c4
2 changed files with 27 additions and 3 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 _s/functions.php for more.
* See _s_comment() in functions.php for more.
*/
wp_list_comments( array( 'callback' => '_s_comment' ) );
?>