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
This commit is contained in:
Drew Jaynes 2015-12-04 16:27:25 +00:00
parent 3e1f22c196
commit 65fb187505
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<?php echo wp_oembed_get( '' ); ?>
</div>
<h3><?php echo ( 'More third-party embeds' ); ?></h3>
<p><?php echo ( 'If the addition of post embeds werent enough, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, ReverbNation, Reddit Comments, VideoPress, and Speaker Deck.' ); ?></p>
<p><?php echo ( 'If the addition of post embeds werent enough, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, ReverbNation, Reddit&nbsp;Comments, VideoPress, and Speaker&nbsp;Deck.' ); ?></p>
</div>
</div>

View File

@ -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.