Ticket #618: widgets.php.patch

File widgets.php.patch, 1006 bytes (added by sunburntkamel, 5 years ago)

Corrected Meta Widget

  • widgets.php

     
    771771                        <li><?php wp_loginout(); ?></li> 
    772772                        <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> 
    773773                        <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> 
    775775                        <?php wp_meta(); ?> 
    776776                        </ul> 
    777777                <?php echo $after_widget; ?>