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

Fix cr/lf for 0187-twentyten

parent c6e0268d
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,17 @@ diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyte
index 4763e99a..3752b700 100644
--- a/wp-content/themes/twentyten/footer.php
+++ b/wp-content/themes/twentyten/footer.php
@@ -43,9 +43,9 @@
*/
do_action( 'twentyten_credits' );
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
- <?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?>
- </a>
+
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
+
</div><!-- #site-generator -->
</div><!-- #colophon -->
@@ -43,12 +43,7 @@
*/
do_action( 'twentyten_credits' );
?>
- <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentyten' ) ); ?>" class="imprint" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>">
- <?php
- /* translators: %s: WordPress */
- printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- #site-generator -->
</div><!-- #colophon -->
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