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.