" , date_i18n( 'Y' ) , $site_info ); if ( !empty( $site_info ) ) : ?>

' ) { printf( /* Translators: 1 is current year, 2 is site name/link, 3 is Theme name/link, 4 is WordPress name/link */ __( 'Copyright © %1$s %2$s. Designed using %3$s. Powered by %4$s.', 'chromatic' ), date_i18n( 'Y' ), hoot_get_site_link(), hoot_get_wp_theme_link( apply_filters( 'hoot_footer_wp_theme_link', 'https://wordpress.org/themes/chromatic/' ) ), hoot_get_wp_link() ); } else { echo $site_info; } ?>