Make WordPress Core

Changeset 45436


Ignore:
Timestamp:
05/26/2019 03:32:05 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Remove unnecessary context for "WordPress.org" string in WP_Widget_Meta.

Props ramiy.
Fixes #47038.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-meta.php

    r44589 r45436  
    7575                    esc_url( __( 'https://wordpress.org/' ) ),
    7676                    esc_attr__( 'Powered by WordPress, state-of-the-art semantic personal publishing platform.' ),
    77                     _x( 'WordPress.org', 'meta widget link text' )
     77                    __( 'WordPress.org' )
    7878                ),
    7979                $instance
Note: See TracChangeset for help on using the changeset viewer.