From 88918f050c1dc090670f4380f4ee993f4f97eeb8 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 1 Aug 2021 13:52:55 -0400 Subject: [PATCH] Updated category.php --- category.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/category.php b/category.php index 82c7364..dfe2d8b 100755 --- a/category.php +++ b/category.php @@ -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();

%s” category:', 'atticus-finch' ), single_cat_title( '', false ) ); + printf( __( 'Posts contained in the “%s” category:', 'portage' ), single_cat_title( '', false ) ); ?>