From 2c45fd7ed77c320326d36909fbcf3c5ccd722a05 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 25 Mar 2015 01:43:28 +0000 Subject: [PATCH] Emoji: Revert [31877], and print the emoji shim and styles during `admin_print_scripts` and `admin_print_styles`, instead. This is a few milliseconds slower, but easier to reuse in Press This, and any other code that uses admin scripts and styles, without using `admin-header.php`. See #31701. Built from https://develop.svn.wordpress.org/trunk@31879 git-svn-id: http://core.svn.wordpress.org/trunk@31858 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 3 --- wp-includes/default-filters.php | 2 ++ wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index d0f3be6d7a..59b8f121cd 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -50,9 +50,6 @@ _wp_admin_html_begin(); <?php echo $admin_title; ?>