diff --git a/functions/template-tags.php b/functions/template-tags.php index 6d81ca4..96a618c 100755 --- a/functions/template-tags.php +++ b/functions/template-tags.php @@ -252,8 +252,8 @@ function portage_display_footer_copyright() { function portage_display_footer_credits() { if ( get_theme_mod( 'portage_display_credits') == '1' ) : { - $afwp = 'WordPress'; - $afaf = 'Portage Theme'; + $afwp = 'ClassicPress'; + $afaf = 'Portage Theme'; echo '
'; printf(__( 'Powered by %1$s and the %2$s.', 'portage' ), $afwp, $afaf ); echo '
';