|
@@ -50,11 +50,5 @@
|
|
|
<div class="site-info">
|
|
|
<?php get_template_part( 'template-parts/footer/privacy-policy', '' ); ?>
|
|
|
<?php get_template_part( 'template-parts/footer/site-name', '' ); ?>
|
|
|
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'balasana' ) ); ?>" class="imprint">
|
|
|
- <?php
|
|
|
- /* translators: %s: WordPress. */
|
|
|
- printf( __( 'proudly powered by %s.', 'balasana' ), 'WordPress' );
|
|
|
- ?>
|
|
|
- </a>
|
|
|
</div><!-- .site-info -->
|
|
|
</footer><!-- #colophon -->
|