Make WordPress Core

Changeset 40905


Ignore:
Timestamp:
06/15/2017 11:51:39 AM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add context for News blog URL in 'WordPress Events and News' dashboard widget.

Props zodiac1978.
Fixes #40929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r40877 r40905  
    11151115                '<a href="%1$s" target="_blank">%2$s <span class="screen-reader-text">%3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a>',
    11161116                /* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */
    1117                 esc_url( __( 'https://wordpress.org/news/' ) ),
     1117                esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ),
    11181118                __( 'News' ),
    11191119                /* translators: accessibility text */
Note: See TracChangeset for help on using the changeset viewer.