Make WordPress Core

Changeset 19838


Ignore:
Timestamp:
02/06/2012 07:52:42 PM (12 years ago)
Author:
duck_
Message:

Echo "WordPress.org" as well as translating it in the Meta widget. See #19603.

File:
1 edited

Legend:

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

    r19829 r19838  
    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             __( 'WordPress.org' );
     301            _e( 'WordPress.org' );
    302302            ?></a></li>
    303303            <?php wp_meta(); ?>
Note: See TracChangeset for help on using the changeset viewer.