diff --git a/archive.php b/archive.php index 3363d82..15b5338 100755 --- a/archive.php +++ b/archive.php @@ -5,7 +5,7 @@ * Displays generic archives. * Learn more: http://codex.wordpress.org/Template_Hierarchy * - * @package Atticus Finch + * @package Portage */ get_header(); @@ -16,15 +16,15 @@ get_header();
- ' . get_the_date() . '' ); ?> + ' . get_the_date() . '' ); ?> - ' . get_the_date( __( 'F Y', 'atticus-finch' ) ) . '' ); ?> + '' . get_the_date( __( 'F Y', 'portage' ) ) . '' ); ?> - ' . get_the_date( 'Y' ) . '' ); ?> + ' . get_the_date( 'Y' ) . '' ); ?> - +