From 8987dd9024974920f49d14459ba7f395c6a1c862 Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 14:47:41 +0000 Subject: [PATCH] Patch theme minimalism --- wp-content/themes/minimalism/footer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/minimalism/footer.php b/wp-content/themes/minimalism/footer.php index a7f191a7f..24ea872df 100644 --- a/wp-content/themes/minimalism/footer.php +++ b/wp-content/themes/minimalism/footer.php @@ -4,7 +4,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 powered by %2$s', 'minimalism'), get_bloginfo('name'), - '<a href="http://wordpress.org/">WordPress</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a> + '<a href="http://autistici.org/">R*</a>'); ?> | <a href="http://www.genaehr.com/minimalism/">minimalism</a> by <a href="http://www.genaehr.com/">www.genaehr.com</a> <br /><?php printf(__('%1$s and %2$s.', 'minimalism'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'minimalism') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'minimalism') . '</a>'); ?> <!-- <?php printf(__('%d queries. %s seconds.', 'minimalism'), get_num_queries(), timer_stop(0, 3)); ?> --> </p> @@ -16,4 +16,4 @@ <?php wp_footer(); ?> </body> -</html> \ No newline at end of file +</html> -- GitLab