Make WordPress Core

Changeset 19829


Ignore:
Timestamp:
02/04/2012 06:37:53 PM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

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

    r19823 r19829  
    299299            <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
    300300            /* translators: meta widget link text */
    301             _x( 'WordPress.org' );
     301            __( 'WordPress.org' );
    302302            ?></a></li>
    303303            <?php wp_meta(); ?>
Note: See TracChangeset for help on using the changeset viewer.