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 a33ef86..68e9e5f 100644
--- a/wp-content/themes/home/footer.php
+++ b/wp-content/themes/home/footer.php
@@ -2,9 +2,9 @@
<?php $current_site = get_current_site(); ?>
<hr />
<div id="footer">
-<!-- If you'd like to support WordPress, having the "powered by" link someone on your blog is the best way, it's our only promotion or advertising. -->
+<!-- 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 bloginfo('name'); ?> is proudly powered by
+ <?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="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.