Make WordPress Core


Ignore:
Timestamp:
02/03/2012 08:16:58 PM (12 years ago)
Author:
nacin
Message:

Translate another http://wordpress.org/ link. see #19603.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r19623 r19823  
    297297            <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>
    298298            <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>
    299             <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>
     299            <li><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>" title="<?php echo esc_attr(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?>"><?php
     300            /* translators: meta widget link text */
     301            _x( 'WordPress.org' );
     302            ?></a></li>
    300303            <?php wp_meta(); ?>
    301304            </ul>
Note: See TracChangeset for help on using the changeset viewer.