mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
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:
parent
caee824217
commit
4b3e47a843
@ -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');
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user