Use translate, not translate with context. props azaozz. see #19603.

git-svn-id: https://develop.svn.wordpress.org/trunk@19829 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-04 18:37:53 +00:00
parent e0505774e9
commit 10d17e6e29
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class WP_Widget_Meta extends WP_Widget {
<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>
<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
/* translators: meta widget link text */
_x( 'WordPress.org' );
__( 'WordPress.org' );
?></a></li>
<?php wp_meta(); ?>
</ul>