From 4398862f3d5106debabf121aee862939680fe3e7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 15 Jun 2017 11:52:43 +0000 Subject: [PATCH] I18N: Add context for News blog URL in 'WordPress Events and News' dashboard widget. Props zodiac1978. Fixes #40929. Built from https://develop.svn.wordpress.org/trunk@40905 git-svn-id: http://core.svn.wordpress.org/trunk@40755 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 3832bd81e5..55499c074a 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1114,7 +1114,7 @@ function wp_dashboard_events_news() { printf( '%2$s %3$s', /* translators: If a Rosetta site exists (e.g. https://es.wordpress.org/news/), then use that. Otherwise, leave untranslated. */ - esc_url( __( 'https://wordpress.org/news/' ) ), + esc_url( _x( 'https://wordpress.org/news/', 'Events and News dashboard widget' ) ), __( 'News' ), /* translators: accessibility text */ __( '(opens in a new window)' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index ee3c57c3c3..3bef174375 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40904'; +$wp_version = '4.9-alpha-40905'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.