summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-19 17:35:39 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-19 17:35:39 +0000
commit01a46e2020be24a4796bb645b7a5d2b039e07b03 (patch)
tree8ff6eed06b02419c4c9ee00843540900ba65b486 /wp-content
parente08e3e006e1482c91ed76b24291f47f872f913ff (diff)
downloadwordpress-mu-01a46e2020be24a4796bb645b7a5d2b039e07b03.tar.gz
wordpress-mu-01a46e2020be24a4796bb645b7a5d2b039e07b03.tar.xz
wordpress-mu-01a46e2020be24a4796bb645b7a5d2b039e07b03.zip
Fix links in footer, thanks kingler (fixes #277)
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@921 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-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>