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

Remove 0223-twentyseventeen footer patch

The footer structure has changed.
parent d1ab8d04
Branches
No related tags found
No related merge requests found
......@@ -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/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 -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment