minor code comment comma grammar fixes

This commit is contained in:
Brad Parbs 2013-08-21 12:04:29 -05:00
parent 0ac069a0bf
commit bf6ecae7c4
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ get_header(); ?>
<?php
/* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme then include a file
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( 'content', get_post_format() );