Make WordPress Core


Ignore:
Timestamp:
03/15/2012 01:20:00 PM (13 years ago)
Author:
nacin
Message:

Remove index-extra.php. Move dashboard widget XHR callbacks to ajax-actions.php. fixes #20242.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r20179 r20190  
    3535do_action( 'admin_init' );
    3636
    37 $core_actions_get = array( 'fetch-list', 'ajax-tag-search', 'wp-compression-test', 'imgedit-preview', 'oembed-cache', 'autocomplete-user' );
     37$core_actions_get = array(
     38    'fetch-list', 'ajax-tag-search', 'wp-compression-test', 'imgedit-preview', 'oembed-cache',
     39    'autocomplete-user', 'dashboard-widgets',
     40);
    3841
    3942$core_actions_post = array(
Note: See TracChangeset for help on using the changeset viewer.