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.


git-svn-id: https://develop.svn.wordpress.org/trunk@35766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-12-04 16:26:35 +00:00
parent cc5e86207b
commit 1a3a997433
1 changed files with 1 additions and 1 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>