Make WordPress Core

Ticket #14358: 14358.patch

File 14358.patch, 1.1 KB (added by Viper007Bond, 15 years ago)
  • wp-includes/default-widgets.php

     
    297297                        <li><?php wp_loginout(); ?></li>
    298298                        <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo esc_attr(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    299299                        <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo esc_attr(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
    300                         <li><a href="http://wordpress.org/" title="<?php echo esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?>">WordPress.org</a></li>
     300                        <li><?php echo apply_filters( 'widget_meta_poweredby', '<a href="http://wordpress.org/" title="' . esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')) . '">WordPress.org</a>' ); ?></li>
    301301                        <?php wp_meta(); ?>
    302302                        </ul>
    303303<?php