diff --git a/wp-content/themes/twentyfifteen/footer.php b/wp-content/themes/twentyfifteen/footer.php index 6447da0e..2097c9fd 100644 --- a/wp-content/themes/twentyfifteen/footer.php +++ b/wp-content/themes/twentyfifteen/footer.php @@ -27,12 +27,7 @@ the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> - <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyfifteen' ) ); ?>" class="imprint"> - <?php - /* translators: %s: WordPress */ - printf( __( 'Proudly powered by %s', 'twentyfifteen' ), 'WordPress' ); - ?> - </a> + <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong> </div><!-- .site-info --> </footer><!-- .site-footer -->