From 65fb187505495e13ae8899cecd8b46dcb37d3528 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Dec 2015 16:27:25 +0000 Subject: [PATCH] About page: Add non-breaking spaces to "Reddit Comments" and "Speaker Deck" oEmbed provider names to prevent line wrapping between the words. Props ocean90. See #34663. Built from https://develop.svn.wordpress.org/trunk@35766 git-svn-id: http://core.svn.wordpress.org/trunk@35730 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 7bf4ad4bda..03c07f086d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -93,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 1bcc587adb..d74731d725 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-RC1-35765'; +$wp_version = '4.4-RC1-35766'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.