From 8ce540c75a7fa951ab40c9c58929d1cef7c06250 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 13 Mar 2019 01:12:46 +0000 Subject: [PATCH] WordPress 4.7.13 git-svn-id: https://develop.svn.wordpress.org/branches/4.7@44872 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 efb687beb5..81cc3aee7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.12", + "version": "4.7.13", "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 7e543240b9..5ab25233ee 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -45,6 +45,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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