Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20242 closed defect (bug) (fixed)

Remove index-extra.php

Reported by: nacin's profile nacin Owned by: nacin's profile nacin
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: 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)

#1 @nacin
13 years ago

  • 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.