From b0437c4315b7ca338f879476e26cd61708f61d15 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 13 Mar 2019 00:57:18 +0000 Subject: [PATCH] WordPress 4.9.10 git-svn-id: https://develop.svn.wordpress.org/branches/4.9@44868 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 20 ++++++++++++++++++++ src/wp-includes/version.php | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38a60d9de9..dc8aa3fad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.9.9", + "version": "4.9.10", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 8cabcfc91f..b9c5304765 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -33,6 +33,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

+ Version %s addressed some security issues.' ), + '4.9.10' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.9.10' ) + ) + ); + ?> +