From 70cba0dc0e6875d9c5b9726c9c67e5857de2ee89 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 8 Dec 2015 03:37:22 +0000 Subject: [PATCH] About Page: use the source of the Make/Core Embed response instead of discovering it (or reading from the cache) every time. See #34663. git-svn-id: https://develop.svn.wordpress.org/trunk@35826 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index d85ff3c7fe..85c689a1c7 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -83,17 +83,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );