From dafccdd922a9634cdf6647a6ea0755fa049e92ad Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 14 Apr 2015 06:54:25 +0000 Subject: [PATCH] Fix typo on About page. props jamescollins. see #31929. Built from https://develop.svn.wordpress.org/trunk@32123 git-svn-id: http://core.svn.wordpress.org/trunk@32102 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 4996766500..7dbb2c8107 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -102,7 +102,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ) ); ?>

-

Update Now on any number of plugins and wait for the success messages. Easy!' ); ?>

+

Update Now on any number of plugins and wait for the success messages. Easy!' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index b5b5141b6d..033b1b9a69 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32122'; +$wp_version = '4.2-beta4-32123'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.