From ff9916420e7c1ee21225cc6e523d49a353da208f Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 6 Feb 2012 17:56:55 +0000 Subject: [PATCH] Fix typo in $core_actions_get in admin-ajax.php, see #15327 git-svn-id: https://develop.svn.wordpress.org/trunk@19831 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php index 46c09508d2..cca17b8093 100644 --- a/wp-admin/admin-ajax.php +++ b/wp-admin/admin-ajax.php @@ -34,7 +34,7 @@ send_nosniff_header(); do_action( 'admin_init' ); -$core_actions_get = array( 'fetch-list', 'ajax-tag-search', 'compression-test', 'imgedit-preview', 'oembed_cache' ); +$core_actions_get = array( 'fetch-list', 'ajax-tag-search', 'wp-compression-test', 'imgedit-preview', 'oembed_cache' ); $core_actions_post = array( 'oembed_cache', 'image-editor', 'delete-comment', 'delete-tag', 'delete-link',