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
This commit is contained in:
Andrew Ozz 2012-02-06 17:56:55 +00:00
parent 4f500fdb56
commit ff9916420e
1 changed files with 1 additions and 1 deletions

View File

@ -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',