From bf7be91b5502842e1d9ea71a9ba85d883593c199 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 12 Dec 2019 20:30:15 +0000 Subject: [PATCH] WordPress 4.4.21 git-svn-id: https://develop.svn.wordpress.org/branches/4.4@46929 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 38392efd6a..a33971dedd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.20", + "version": "4.4.21", "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 07d7164648..a7838ab14c 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,6 +50,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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