diff options
author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-31 15:15:22 +0000 |
---|---|---|
committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-08-31 15:15:22 +0000 |
commit | b7ce26e2b66214f240e78c611bffae131727285c (patch) | |
tree | a06079702fa36b085edb921b162c6d2fc673493b /wp-content/themes/home/footer.php | |
parent | 8c6b549ae7418b802e8c24b860304a0c87b02b4f (diff) | |
download | wordpress-mu-b7ce26e2b66214f240e78c611bffae131727285c.tar.gz wordpress-mu-b7ce26e2b66214f240e78c611bffae131727285c.tar.xz wordpress-mu-b7ce26e2b66214f240e78c611bffae131727285c.zip |
I knew that style didn't look right!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@731 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content/themes/home/footer.php')
-rw-r--r-- | wp-content/themes/home/footer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wp-content/themes/home/footer.php b/wp-content/themes/home/footer.php index c95b405..6a6c7b8 100644 --- a/wp-content/themes/home/footer.php +++ b/wp-content/themes/home/footer.php @@ -2,6 +2,7 @@ <?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. --> <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! |