From ebd29f6fb95c008aa297e83e2265de481fc722b2 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 4 Dec 2018 23:04:45 +0000 Subject: [PATCH] =?UTF-8?q?About:=20Add=20=E2=84=B9=EF=B8=8F=20to=20the=20?= =?UTF-8?q?classic=20editor=20link,=20to=20make=20it=20stand=20out=20a=20l?= =?UTF-8?q?ittle=20more.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Props melchoyce. See #45178. Built from https://develop.svn.wordpress.org/branches/5.0@43967 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43799 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 148d68f503..7b1c78c01d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- + ℹ

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a871dd917..1d833f4421 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-RC3-43966'; +$wp_version = '5.0-RC3-43967'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.