Changeset 921
- Timestamp:
- 03/19/07 17:35:39 (2 years ago)
- Files:
-
- trunk/wp-content/themes/home/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/themes/home/footer.php
r731 r921 7 7 <?php bloginfo('name'); ?> is proudly powered by 8 8 <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! 9 <br /><a href=" feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>10 and <a href=" feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.9 <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 10 and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 11 11 <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> 12 12 </p>
