From 156b8ca421069ee43360e22dbbc151f7e2f0733d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Fri, 2 Dec 2016 22:30:42 +0000 Subject: [PATCH] About page: Remove emoji from translatable string. props ocean90. see #38616. Built from https://develop.svn.wordpress.org/trunk@39442 git-svn-id: http://core.svn.wordpress.org/trunk@39382 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 +++++++- wp-includes/version.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 204918ac61..37929c4e8a 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -133,7 +133,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 356082a7d8..8f03732778 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39440'; +$wp_version = '4.8-alpha-39442'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.