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

git-svn-id: https://develop.svn.wordpress.org/trunk@20190 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-03-15 13:20:00 +00:00
parent c5ebfc0584
commit 681c6ea428
7 changed files with 28 additions and 65 deletions

View File

@@ -1,13 +0,0 @@
<?php
/**
* Handle default network dashboard widgets options AJAX.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*/
/** Load WordPress Administration Bootstrap */
require_once( './admin.php' );
require( '../index-extra.php' );