Ticket #618: widgets.php.patch
| File widgets.php.patch, 1006 bytes (added by sunburntkamel, 5 years ago) |
|---|
-
widgets.php
771 771 <li><?php wp_loginout(); ?></li> 772 772 <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 773 773 <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> 774 <li><a href="http://wordpress. com/" title="<?php _e('Powered by Wordpress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress.com</a></li>774 <li><a href="http://wordpress.org/" title="<?php _e('Powered by Wordpress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress.org</a></li> 775 775 <?php wp_meta(); ?> 776 776 </ul> 777 777 <?php echo $after_widget; ?>
