#20242 closed defect (bug) (fixed)

Remove index-extra.php

Reported by: nacin Owned by: nacin
Priority: normal Milestone: 3.4
Component: Administration Version:
Severity: normal Keywords:
Cc:

Description

Dashboard widgets should simply go through the standard ajax handler.

See also #18952 where ajaxurl is now relative. This allows us to simply move to ajaxurl rather than the existing .replace() we use to turn admin-ajax.php into index-extra.php.

We can also remove the network/index-extra.php and user/index-extra.php files, which actually aren't used.

Change History (1)

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In [20190]:

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

Note: See TracTickets for help on using tickets.