Emoji: Print the emoji support shim in wp-admin, too.

See #31701.


Built from https://develop.svn.wordpress.org/trunk@31877


git-svn-id: http://core.svn.wordpress.org/trunk@31856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-03-25 01:14:27 +00:00
parent caee824217
commit 4b3e47a843
2 changed files with 4 additions and 1 deletions

View File

@ -50,6 +50,9 @@ _wp_admin_html_begin();
<title><?php echo $admin_title; ?></title>
<?php
print_emoji_detection_script();
print_emoji_styles();
wp_enqueue_style( 'colors' );
wp_enqueue_style( 'ie' );
wp_enqueue_script('utils');

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta2-31876';
$wp_version = '4.2-beta2-31877';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.