Skip to content
Snippets Groups Projects
Commit 68facb4b authored by ale's avatar ale
Browse files

Fix a CR/LF issue with the patch

parent de5f5ea6
No related branches found
No related tags found
1 merge request!96Update dependency wpackagist-theme/twentysixteen to v2.6
...@@ -3,23 +3,23 @@ index 9f1621ff..9e23aed7 100644 ...@@ -3,23 +3,23 @@ index 9f1621ff..9e23aed7 100644
--- a/wp-content/themes/twentysixteen/footer.php --- a/wp-content/themes/twentysixteen/footer.php
+++ b/wp-content/themes/twentysixteen/footer.php +++ b/wp-content/themes/twentysixteen/footer.php
@@ -51,18 +51,13 @@ @@ -51,18 +51,13 @@
*/ */
do_action( 'twentysixteen_credits' ); do_action( 'twentysixteen_credits' );
?> ?>
- <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> - <span class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
+ <span class="site-title">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> + <span class="site-title">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span>
<?php <?php
if ( function_exists( 'the_privacy_policy_link' ) ) { if ( function_exists( 'the_privacy_policy_link' ) ) {
the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' );
} }
?> ?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> - <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint">
- <?php - <?php
- /* translators: %s: WordPress */ - /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); - printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' );
- ?> - ?>
- </a> - </a>
+ and <strong><a href="https://www.autistici.org">R*</a></strong> + and <strong><a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info --> </div><!-- .site-info -->
</footer><!-- .site-footer --> </footer><!-- .site-footer -->
</div><!-- .site-inner --> </div><!-- .site-inner -->
  • ale @ale

    mentioned in commit ce88f96e

    ·

    mentioned in commit ce88f96e

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment