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:
parent
3e1f22c196
commit
65fb187505
|
@ -93,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<?php echo wp_oembed_get( '' ); ?>
|
<?php echo wp_oembed_get( '' ); ?>
|
||||||
</div>
|
</div>
|
||||||
<h3><?php echo ( 'More third-party embeds' ); ?></h3>
|
<h3><?php echo ( 'More third-party embeds' ); ?></h3>
|
||||||
<p><?php echo ( 'If the addition of post embeds weren’t 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 weren’t enough, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, ReverbNation, Reddit Comments, VideoPress, and Speaker Deck.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue