Updated category.php
This commit is contained in:
parent
256051ca8f
commit
88918f050c
@ -5,7 +5,7 @@
|
||||
* Displays category archives.
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package Atticus Finch
|
||||
* @package Portage
|
||||
*/
|
||||
|
||||
get_header();
|
||||
@ -17,7 +17,7 @@ get_header();
|
||||
<div id="archive-title">
|
||||
<h2>
|
||||
<?php
|
||||
printf( __( 'Posts contained in the “<span>%s</span>” category:', 'atticus-finch' ), single_cat_title( '', false ) );
|
||||
printf( __( 'Posts contained in the “<span>%s</span>” category:', 'portage' ), single_cat_title( '', false ) );
|
||||
?>
|
||||
</h2>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user