]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/footer.php
Wordpress 3.0.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / default / footer.php
index fc38fde114dfbf8c799d556b1e49ebf9e8cf0251..02f6d1930a4efa93c08ade1aecfa1d3e97564ecc 100644 (file)
@@ -1,12 +1,18 @@
+<?php
+/**
+ * @package WordPress
+ * @subpackage Default_Theme
+ */
+?>
 
 <hr />
 
 <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. -->
+<div id="footer" role="contentinfo">
+<!-- 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>
        <p>
-               <?php bloginfo('name'); ?> is proudly powered by 
+               <?php bloginfo('name'); ?> is proudly powered by
                <a href="http://wordpress.org/">WordPress</a>
                <a href="http://wordpress.org/">WordPress</a>
-               <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>
                <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. -->
        </p>
 </div>