Changeset 40905
- Timestamp:
- 06/15/2017 11:51:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r40877 r40905 1115 1115 '<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>', 1116 1116 /* 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' ) ), 1118 1118 __( 'News' ), 1119 1119 /* translators: accessibility text */
Note: See TracChangeset
for help on using the changeset viewer.