diff --git a/composer.patches.json b/composer.patches.json index 99b9f0b8e32a92cd350f257923fe1606f003135f..9b94a86ceb93c51f745795b1e0a7ae3becc136d7 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 eee4403b070db8d603afe237ac674532dccaec3e..0000000000000000000000000000000000000000 --- 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 -->