Ticket #13198: twentyten-add-RSS-meta-sidebar.php.patch
File twentyten-add-RSS-meta-sidebar.php.patch, 879 bytes (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/sidebar.php
27 27 <ul> 28 28 <?php wp_register(); ?> 29 29 <li><?php wp_loginout(); ?></li> 30 <li><a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php echo esc_attr( __( 'Syndicate this site using RSS 2.0', 'twentyten' ) ); ?>"><?php _e( 'Entries <abbr title="Really Simple Syndication">RSS</abbr>', 'twentyten' ); ?></a></li> 31 <li><a href="<?php bloginfo( 'comments_rss2_url' ); ?>" title="<?php echo esc_attr( __( 'The latest comments to all posts in RSS', 'twentyten' ) ); ?>"><?php _e( 'Comments <abbr title="Really Simple Syndication">RSS</abbr>', 'twentyten' ); ?></a></li> 30 32 <?php wp_meta(); ?> 31 33 </ul> 32 34 </li>