From 68facb4b4422a83d58db5a56023f6e6e660dc405 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Mon, 2 May 2022 09:47:55 +0100 Subject: [PATCH] Fix a CR/LF issue with the patch --- .../themes/0223-twentysixteen-footer.patch | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/patches/themes/0223-twentysixteen-footer.patch b/patches/themes/0223-twentysixteen-footer.patch index af4214bb..0977aa96 100644 --- a/patches/themes/0223-twentysixteen-footer.patch +++ b/patches/themes/0223-twentysixteen-footer.patch @@ -3,23 +3,23 @@ index 9f1621ff..9e23aed7 100644 --- a/wp-content/themes/twentysixteen/footer.php +++ b/wp-content/themes/twentysixteen/footer.php @@ -51,18 +51,13 @@ - */ - 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">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> - <?php - if ( function_exists( 'the_privacy_policy_link' ) ) { - the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); - } - ?> -- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> -- <?php -- /* translators: %s: WordPress */ -- printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); -- ?> -- </a> -+ and <strong><a href="https://www.autistici.org">R*</a></strong> - </div><!-- .site-info --> - </footer><!-- .site-footer --> - </div><!-- .site-inner --> + */ + 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">Proudly powered by <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> + <?php + if ( function_exists( 'the_privacy_policy_link' ) ) { + the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); + } + ?> +- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentysixteen' ) ); ?>" class="imprint"> +- <?php +- /* translators: %s: WordPress */ +- printf( __( 'Proudly powered by %s', 'twentysixteen' ), 'WordPress' ); +- ?> +- </a> ++ and <strong><a href="https://www.autistici.org">R*</a></strong> + </div><!-- .site-info --> + </footer><!-- .site-footer --> + </div><!-- .site-inner --> -- GitLab