From 6b00370dde5794779819cd8c2c6a74a3dac28e2d Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 14 Oct 2019 20:07:03 +0000 Subject: [PATCH] WordPress 4.7.15. git-svn-id: https://develop.svn.wordpress.org/branches/4.7@46513 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- src/wp-admin/about.php | 26 +++++++++++++++++++++++--- src/wp-includes/version.php | 2 +- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30b5d04c7b..4f65fcd1b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.7.14", + "version": "4.7.15", "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 7ffa61f449..8c2b98ef21 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -48,17 +48,37 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

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

+

+ Version %s addressed some security issues.' ), '4.7.14' ); ?> the release notes.' ), sprintf( - /* translators: %s: WordPress version */ + /* translators: %s: WordPress version */ esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), sanitize_title( '4.7.14' ) ) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 5266f3894f..9762273a5e 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7.14-src'; +$wp_version = '4.7.15-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.