From e04f95e39feab7704e08286f6d3d78fdce889359 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 15 Apr 2021 15:57:55 +0100 Subject: [PATCH] Remove 0223-twentyseventeen footer patch The footer structure has changed. --- composer.patches.json | 3 +-- .../themes/0223-twentyseventeen-footer.patch | 23 ------------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 patches/themes/0223-twentyseventeen-footer.patch diff --git a/composer.patches.json b/composer.patches.json index 99b9f0b8..9b94a86c 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -132,8 +132,7 @@ "Footer": "patches/themes/0223-twentysixteen-footer.patch" }, "wpackagist-theme/twentyseventeen": { - "Remove Google Fonts API and resource hints": "patches/themes/0187-twentyseventeen.patch", - "Footer": "patches/themes/0223-twentyseventeen-footer.patch" + "Remove Google Fonts API and resource hints": "patches/themes/0187-twentyseventeen.patch" }, "wpackagist-theme/bliss": { "Remove Google Fonts API": "patches/themes/0189-removed-googleapis-fonts-from-bliss-theme.patch", diff --git a/patches/themes/0223-twentyseventeen-footer.patch b/patches/themes/0223-twentyseventeen-footer.patch deleted file mode 100644 index eee4403b..00000000 --- a/patches/themes/0223-twentyseventeen-footer.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php b/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php -index 9e5331b3..d2dcbf0f 100644 ---- a/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php -+++ b/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php -@@ -9,7 +9,7 @@ - */ - - ?> --<div class="site-info"> -+<div class="site-info">Proudly powered by - <?php - if ( function_exists( 'the_privacy_policy_link' ) ) { - the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); -@@ -18,7 +18,8 @@ - <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyseventeen' ) ); ?>" class="imprint"> - <?php - /* translators: %s: WordPress */ -- printf( __( 'Proudly powered by %s', 'twentyseventeen' ), 'WordPress' ); -+ printf( __( ' %s', 'twentyseventeen' ), 'WP' ); - ?> - </a> -+ <strong> and <a href="https://www.autistici.org">R*</a></strong> - </div><!-- .site-info --> -- GitLab