summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/home/footer.php')
-rw-r--r--wp-content/themes/home/footer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-content/themes/home/footer.php b/wp-content/themes/home/footer.php
index 6a6c7b8..a33ef86 100644
--- a/wp-content/themes/home/footer.php
+++ b/wp-content/themes/home/footer.php
@@ -6,8 +6,8 @@
<p>
<?php bloginfo('name'); ?> is proudly powered by
<a href="http://mu.wordpress.org/">WordPress MU</a> running on <a href="http://<?php echo $current_site->domain . $current_site->path ?>"><?php echo $current_site->site_name ?></a>. <a href="http://<?php echo $current_site->domain . $current_site->path ?>wp-signup.php" title="Create a new blog">Create a new blog</a> and join in the fun!
- <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
- and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
+ <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
+ and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
</p>
</div>