Updated category.php

This commit is contained in:
Kenneth John Odle 2021-08-01 13:52:55 -04:00
parent 256051ca8f
commit 88918f050c

View File

@ -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 &ldquo;<span>%s</span>&rdquo; category:', 'atticus-finch' ), single_cat_title( '', false ) );
printf( __( 'Posts contained in the &ldquo;<span>%s</span>&rdquo; category:', 'portage' ), single_cat_title( '', false ) );
?>
</h2>
<?php