wp/wp-includes/theme-compat/footer.php
changeset 5 5e2f62d02dcd
parent 0 d970ebf37754
child 7 cf61fcea0001
--- a/wp/wp-includes/theme-compat/footer.php	Mon Jun 08 16:11:51 2015 +0000
+++ b/wp/wp-includes/theme-compat/footer.php	Tue Jun 09 03:35:32 2015 +0200
@@ -15,7 +15,7 @@
 <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
 	<p>
 		<?php printf(__('%1$s is proudly powered by %2$s'), get_bloginfo('name'),
-		'<a href="http://wordpress.org/">WordPress</a>'); ?>
+		'<a href="https://wordpress.org/">WordPress</a>'); ?>
 		<br /><?php printf(__('%1$s and %2$s.'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)') . '</a>'); ?>
 		<!-- <?php printf(__('%d queries. %s seconds.'), get_num_queries(), timer_stop(0, 3)); ?> -->
 	</p>