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

Fix all footer links for HTTPS

parent e656e428
No related branches found
No related tags found
1 merge request!336Modern footer patches
Pipeline #60799 passed
Showing
with 20 additions and 20 deletions
......@@ -15,7 +15,7 @@ index a182dc3e..902c4281 100644
<div id="footer">
- <p>Powered by <a href="http://www.wordpress.org">WordPress</a> &#124; Designed by <a href="http://www.switchroyale.com">Switchroyale</a></p>
+ <p>Powered by <a href="http://www.autistici.org">R*</a></a></p>
+ <p>Powered by <a href="https://www.autistici.org">R*</a></a></p>
-</div>
\ No newline at end of file
......
......@@ -7,7 +7,7 @@ index 819ed428a..4f7c43704 100644
<?php get_sidebar(); ?>
-<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
+<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://autistici.org/' title='%s'><strong>R*</strong></a>"), __("")); ?></cite></p>
+<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='https://www.autistici.org/' title='%s'><strong>R*</strong></a>"), __("")); ?></cite></p>
</div>
......@@ -13,7 +13,7 @@ index 915b5d6d..2c39bb11 100644
+++ b/wp-content/themes/disconnected/footer.php
@@ -1,4 +1,4 @@
-<p id="footer"><small><?php _e('Powered by'); ?> <a href="http://www.wordpress.org" title ="Wordpress is a state-of-the-art semantic personal publishing platform">WordPress <?php bloginfo('version'); ?></a>. <?php _e('using the'); ?> <a href="http://disconnected.sf.net/" title="Disconnected Theme">Disconnected</a> <?php _e('theme by'); ?> <a href="http://archgfx.net/" title="theme designer">Adam Freetly</a>.<br />
+<p id="footer"><small><?php _e('Powered by'); ?> <a href="http://www.autistici.org">R*</a>. <?php _e('using the'); ?> <a href="http://disconnected.sf.net/" title="Disconnected Theme">Disconnected</a> <?php _e('theme by'); ?> <a href="http://archgfx.net/" title="theme designer">Adam Freetly</a>.<br />
+<p id="footer"><small><?php _e('Powered by'); ?> <a href="https://www.autistici.org">R*</a>. <?php _e('using the'); ?> <a href="http://disconnected.sf.net/" title="Disconnected Theme">Disconnected</a> <?php _e('theme by'); ?> <a href="http://archgfx.net/" title="theme designer">Adam Freetly</a>.<br />
<!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->
......
......@@ -7,7 +7,7 @@ index bcf806fa0..358a8cd3d 100644
<p>
<?php bloginfo('name'); ?> is proudly powered by
- <a href="http://wordpress.org/">WordPress</a>
+ <a href="http://autistici.org/">R*</a>
+ <a href="https://www.autistici.org/">R*</a>
<br />
<a title="web designer" href="http://www.brightcherry.co.uk">Web design</a> by Bright<b class="pink">Cherry</b>.
</p>
......@@ -5,7 +5,7 @@ index 900e3504e..db0d38308 100644
@@ -1,5 +1,5 @@
<div id="footer">
- Powered by <a href="http://www.wordpress.org">Wordpress</a> - Design by <a href="http://www.designer-daily.com">Designer-daily</a>
+ Powered by <a href="http://www.autistici.org">R*</a> - Design by <a href="http://www.designer-daily.com">Designer-daily</a>
+ Powered by <a href="https://www.autistici.org">R*</a> - Design by <a href="http://www.designer-daily.com">Designer-daily</a>
</div>
</div>
</body>
......@@ -30,7 +30,7 @@ index 0cca70dd..816fef74 100644
+ </div> -->
<div id="themeinfo">
- <?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?>
+<strong>Proudly Powered by <a href="http://www.autistici.org">R*</a></strong><br />
+<strong>Proudly Powered by <a href="https://www.autistici.org">R*</a></strong><br />
+ <?php printf(__('Theme by <a href="%1$s">NeoEase</a>. Valid <a href="%2$s">XHTML 1.1</a> and <a href="%3$s">CSS 3</a>.', 'inove'), 'http://www.neoease.com/', 'http://validator.w3.org/check?uri=referer', 'http://jigsaw.w3.org/css-validator/check/referer?profile=css3'); ?>
</div>
</div>
......
......@@ -8,7 +8,7 @@ index 439bd17cc..91831d99e 100755
<div id="footer">
- <p>This page was generated by <span id="generator-link"><a href="http://wordpress.org/" title="<?php _e('WordPress', 'sandbox'); ?>" rel="generator"><?php _e('WordPress', 'sandbox'); ?></a></span>
- and <span id="theme-link"><a href="http://themeshaper.com/" title="<?php _e('A ThemeShaper Theme', 'sandbox'); ?>" rel="designer"><?php _e('MNML', 'sandbox'); ?></a></span>.</p>
+ <p>Proudly powered by <span id="generator-link"><a href="http://autistici.org/">R*</a>.</p>
+ <p>Proudly powered by <span id="generator-link"><a href="https://www.autistici.org/">R*</a>.</p>
</div><!-- #footer -->
</div><!-- #wrapper .hfeed -->
......@@ -7,7 +7,7 @@ index 3641676fa..0917680f0 100755
<div class="copyright">
<p><a href="http://http://andreamignolo.com/ocular-professor/">Ocular Professor</a> by <a href="http://andreamignolo.com">Mignolo</a> &sect; Powered by
- <a href="http://wordpress.org">WordPress</a>
+ <a href="http://autistici.org">R*</a>
+ <a href="https://autistici.org">R*</a>
</p>
</div>
......@@ -8,7 +8,7 @@ index 50ad34413..9abc8b8af 100644
- <span class="meta-sep">|</span>
- <span id="generator-link">Powered by <a href="http://wordpress.org/" title="WordPress">WordPress</a></span>
+ <!-- <span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php plaintxtblog_admin_hCard(); ?></span> -->
+ <span id="generator-link">Powered by <a href="http://autistici.org/">R*</a></span>
+ <span id="generator-link">Powered by <a href="https://www.autistici.org/">R*</a></span>
<span class="meta-sep">|</span>
<span id="theme-link"><a href="http://www.plaintxt.org/themes/plaintxtblog/" title="plaintxtblog theme for WordPress" rel="follow designer">plaintxtblog</a> theme by <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="follow designer"><span class="given-name">Scott</span><span class="additional-name"> Allan</span><span class="family-name"> Wallick</span></a></span></span><!-- Theme design credit, that's all -->
<span class="meta-sep">|</span>
......@@ -6,7 +6,7 @@ index 3e2353a23..213600431 100644
<div id="footer">
- <p class="left">&#169; <?php echo date('Y');?> <strong><?php bloginfo('name'); ?></strong> | Powered by <strong><a href="http://wordpress.org/">WordPress</a></strong></p>
- <p class="right">A <strong><a href="http://www.techtrot.com/primepress/" title="PrimePress theme homepage">WordPress theme</a></strong> by <strong>Ravi Varma</strong></p>
+ <p class="left">Powered by <strong><a href="http://autistici.org/">R*</a></strong></p>
+ <p class="left">Powered by <strong><a href="https://www.autistici.org/">R*</a></strong></p>
+ <p class="right">A <strong><a href="http://www.techtrot.com/primepress/" title="PrimePress theme homepage">WordPress theme</a></strong> by <strong><a href="http://www.techtrot.com" title="PrimePress author homepage">Ravi Varma</a></strong></p>
</div><!--#footer-->
......
......@@ -5,7 +5,7 @@
<footer id="colophon" role="contentinfo">
<div id="site-generator">
- <a href="http://wordpress.org/" rel="generator">Proudly powered by WordPress</a><span class="sep"> | </span><?php printf( __( 'Theme: %1$s by %2$s.', 'rusty-grunge' ), 'Rusty Grunge', '<a href="http://www.chris-wallace.com" title="Chris Wallace">Chris Wallace</a>' ); ?>
+ <a href="http://wordpress.org/" rel="generator">Proudly powered by WordPress</a><span class="sep"> and <a href="http://www.autistici.org">R*</a> | </span><?php printf( __( 'Theme: %1$s by %2$s.', 'rusty-grunge' ), 'Rusty Grunge', '<a href="http://www.chris-wallace.com" title="Chris Wallace">Chris Wallace</a>' ); ?>
+ <a href="http://wordpress.org/" rel="generator">Proudly powered by WordPress</a><span class="sep"> and <a href="https://www.autistici.org">R*</a> | </span><?php printf( __( 'Theme: %1$s by %2$s.', 'rusty-grunge' ), 'Rusty Grunge', '<a href="http://www.chris-wallace.com" title="Chris Wallace">Chris Wallace</a>' ); ?>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -6,7 +6,7 @@ index cd88245ac..672a22a4a 100644
<div id="footer">
- <span id="generator-link"><a href="http://wordpress.org/" title="<?php _e( 'WordPress', 'sandbox' ) ?>" rel="generator"><?php _e( 'WordPress', 'sandbox' ) ?></a></span>
+ <span id="generator-link"> Proudly powered by <a href="http://autistici.org/" title="<?php _e( 'R*', 'sandbox' ) ?>" rel="generator"><?php _e( 'R*', 'sandbox' ) ?></a></span>
+ <span id="generator-link"> Proudly powered by <a href="https://www.autistici.org/" title="<?php _e( 'R*', 'sandbox' ) ?>" rel="generator"><?php _e( 'R*', 'sandbox' ) ?></a></span>
<span class="meta-sep">|</span>
<span id="theme-link"><a href="http://www.plaintxt.org/themes/sandbox/" title="<?php _e( 'Sandbox theme for WordPress', 'sandbox' ) ?>" rel="designer"><?php _e( 'Sandbox', 'sandbox' ) ?></a></span>
</div><!-- #footer -->
......@@ -15,7 +15,7 @@ index ba20e562..48525594 100644
<footer id="colophon" role="contentinfo">
<div id="site-generator">
<?php do_action( 'simplex_credits' ); ?>
+ <strong>Proudly hosted by <a href="http://www.autistici.org">R*</a></strong><br/>
+ <strong>Proudly hosted by <a href="https://www.autistici.org">R*</a></strong><br/>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'simplex' ); ?>" rel="generator"><?php printf( __( 'Powered by %s', 'simplex' ), 'WordPress' ); ?></a> &amp; <a href="<?php echo esc_url( __( 'http://wpshoppe.com/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Minimalist WordPress Themes', 'simplex' ); ?>" rel="generator">simpleX</a>.
</div>
......
......@@ -7,7 +7,7 @@ index 74923fc22..1fe1dd47d 100644
<div id="footer-shadow"></div>
<div id="footer-body">
- <div class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?>. <?php _e('Current Theme')?>: <a href="http://leen.name/the-scenery-wp-theme" target="_blank">The Scenery</a>.</cite></div>
+ <div class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://autistici.org/'><strong>R*</strong></a>"), __("")); ?>. <?php _e('Current Theme')?>: <a href="http://leen.name/the-scenery-wp-theme" target="_blank">The Scenery</a>.</cite></div>
+ <div class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='https://www.autistici.org/'><strong>R*</strong></a>"), __("")); ?>. <?php _e('Current Theme')?>: <a href="http://leen.name/the-scenery-wp-theme" target="_blank">The Scenery</a>.</cite></div>
<?php wp_footer(); ?>
</div>
</div>
......@@ -5,7 +5,7 @@ index cff8dd52b..506dc72d1 100644
@@ -1,9 +1,9 @@
<div id="footer">
- <span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php veryplaintxt_admin_hCard(); ?></span>
+ <span id="generator-link"><?php _e('Hosted by <a href="http://autistici.org/" title="Autistici/Inventati">R*</a>', 'veryplaintxt') ?></span>
+ <span id="generator-link"><?php _e('Hosted by <a href="https://www.autistici.org/" title="Autistici/Inventati">R*</a>', 'veryplaintxt') ?></span>
<span class="meta-sep">&para;</span>
- <span id="generator-link"><?php _e('Thanks, <a href="http://wordpress.org/" title="WordPress">WordPress</a>.', 'veryplaintxt') ?></span>
+ <span id="generator-link"><?php _e('Thx <a href="http://wordpress.org/" title="WordPress">WordPress</a>', 'veryplaintxt') ?></span>
......
......@@ -5,7 +5,7 @@ index ec6f1bc03..54f03a92f 100644
@@ -1,5 +1,5 @@
<div id="footer">
-<p><span class="credits">&copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('home'); ?>"><?php bloginfo('name'); ?></a> - <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://wordpress.org/">WordPress</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
+<p><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://autistici.org/">R*</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
+<p><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="https://www.autistici.org/">R*</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
</div>
<?php do_action('wp_footer'); ?>
</div>
......@@ -10,7 +10,7 @@
- printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -10,7 +10,7 @@
- printf( __( 'Proudly powered by %s', 'twentythirteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -10,7 +10,7 @@
- printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
......@@ -12,7 +12,7 @@ index d1016eb9..51bd4833 100644
- printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' );
- ?>
- </a>
+ <strong>Proudly powered by <a href="http://www.autistici.org">R*</a></strong>
+ <strong>Proudly powered by <a href="https://www.autistici.org">R*</a></strong>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment