Fix typo in $core_actions_get in admin-ajax.php, see #15327
git-svn-id: http://svn.automattic.com/wordpress/trunk@19831 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3a5832e1f2
commit
3a6154bc1f
|
@ -34,7 +34,7 @@ send_nosniff_header();
|
||||||
|
|
||||||
do_action( 'admin_init' );
|
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(
|
$core_actions_post = array(
|
||||||
'oembed_cache', 'image-editor', 'delete-comment', 'delete-tag', 'delete-link',
|
'oembed_cache', 'image-editor', 'delete-comment', 'delete-tag', 'delete-link',
|
||||||
|
|
Loading…
Reference in New Issue