mirror of
git://develop.git.wordpress.org/
synced 2025-04-06 05:04:18 +02:00
Emoji: Print the emoji support shim in wp-admin, too.
See #31701. git-svn-id: https://develop.svn.wordpress.org/trunk@31877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
38de4b8045
commit
12070176d9
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user