From 4ae8f8d4e6600776071f8bf736744e795665ae6c Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 2 Aug 2018 20:13:24 +0000 Subject: [PATCH] Bump 4.9 branch to version 4.9.8. Built from https://develop.svn.wordpress.org/branches/4.9@43552 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43381 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 22 +++++++++++++++++++++- wp-includes/version.php | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 003a3b0545..098cbc17be 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,7 +36,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 46 + ), + '4.9.8', + number_format_i18n( 46 ) + ); + + printf( + /* translators: %s: Codex URL */ + __( 'For more information, see the release notes.' ), + 'https://codex.wordpress.org/Version_4.9.8' + ); + ?> +

+

+ Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', diff --git a/wp-includes/version.php b/wp-includes/version.php index d73d87078b..585c765767 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.8-RC3-43551'; +$wp_version = '4.9.8'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.