Changeset 2089 for trunk/wp-content/themes/default/footer.php
- Timestamp:
- 01/14/2005 06:18:47 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/footer.php
r2040 r2089 5 5 <?php bloginfo('name'); ?> is proudly powered by 6 6 <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>. 9 9 <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> 10 10 </p>
Note: See TracChangeset
for help on using the changeset viewer.