Changed WordPress to ClassicPress in developer credits
This commit is contained in:
parent
12819aa9c3
commit
7c29416059
@ -252,8 +252,8 @@ function portage_display_footer_copyright() {
|
||||
|
||||
function portage_display_footer_credits() {
|
||||
if ( get_theme_mod( 'portage_display_credits') == '1' ) : {
|
||||
$afwp = '<a href="http://wordpress.org/">WordPress</a>';
|
||||
$afaf = '<a href="http://d12webdesign.com/">Portage Theme</a>';
|
||||
$afwp = '<a href="https://www.classicpress.net/">ClassicPress</a>';
|
||||
$afaf = '<a href="https://d12webdesign.com/">Portage Theme</a>';
|
||||
echo '<div id="credits">';
|
||||
printf(__( 'Powered by %1$s and the %2$s.', 'portage' ), $afwp, $afaf );
|
||||
echo '</div>';
|
||||
|
Loading…
Reference in New Issue
Block a user