forked from mirror/_s
renaming overload to override. props emiluzelac.
This commit is contained in:
parent
a462ad5720
commit
1d134ab298
|
@ -23,7 +23,7 @@ get_header(); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* Include the Post-Format-specific template for the content.
|
/* Include the Post-Format-specific template for the content.
|
||||||
* If you want to overload 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.
|
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
|
||||||
*/
|
*/
|
||||||
get_template_part( 'content', get_post_format() );
|
get_template_part( 'content', get_post_format() );
|
||||||
|
|
Reference in New Issue