Make WordPress Core


Ignore:
Timestamp:
01/14/2005 06:18:47 AM (21 years ago)
Author:
saxmatt
Message:

Conditional support for feed:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/footer.php

    r2040 r2089  
    55        <?php bloginfo('name'); ?> is proudly powered by
    66        <a href="http://wordpress.org">WordPress</a>
    7         <br /><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    8         and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
     7        <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
     8        and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
    99        <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. -->
    1010    </p>
Note: See TracChangeset for help on using the changeset viewer.