From 41d60f59f887823d7da35376e63fbf1a80dc75fe Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 13 Nov 2017 05:19:50 +0000 Subject: [PATCH] About: Fix grammar typo with pluralization. Props metodiew, westonruter. Amends [42121]. See #42087. Fixes #42476 for trunk. Built from https://develop.svn.wordpress.org/trunk@42159 git-svn-id: http://core.svn.wordpress.org/trunk@41990 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 5e7654188c..a24745d1df 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -211,7 +211,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index cca3c0b7d0..f29dfd8895 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42157'; +$wp_version = '5.0-alpha-42159'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.