Skip to content

Commit

Permalink
Added title attributes to feed links
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Jan 21, 2012
1 parent e5415f7 commit 67d29a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer.php
Expand Up @@ -21,7 +21,7 @@
<footer>
<p>Powered by <a href="http://wordpress.org/" title="Code is poetry.">WordPress <?php bloginfo('version'); ?></a></p>
<p>Themed by <a href="<?php echo THEME_URI; ?>" title="<?php echo THEME_DESCRIPTION; ?>"><?php echo THEME_NAME . ' ' . THEME_VERSION; ?></a> using the “<?php echo ($tersus_style_sheet); ?>” style</p>
<p>Subscribe to <a href="<?php bloginfo('rss2_url'); ?>" rel="alternate">Posts (RSS)</a> or <a href="<?php bloginfo('comments_rss2_url'); ?>" rel="alternate">Comments (RSS)</a></p>
<p>Subscribe to <a href="<?php bloginfo('rss2_url'); ?>" rel="alternate" title="Feed me.">Posts (RSS)</a> or <a href="<?php bloginfo('comments_rss2_url'); ?>" rel="alternate" title="Feed me.">Comments (RSS)</a></p>
<?php wp_footer(); ?>
</footer>
</body>
Expand Down

0 comments on commit 67d29a1

Please sign in to comment.