mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Plugin editing for network admin. Props PeteMall. see #14435
git-svn-id: https://develop.svn.wordpress.org/trunk@15853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,7 +93,7 @@ break;
|
||||
|
||||
default:
|
||||
|
||||
require_once('./admin-header.php');
|
||||
require_once(ABSPATH . 'wp-admin/admin-header.php');
|
||||
|
||||
update_recently_edited($file);
|
||||
|
||||
@@ -254,4 +254,4 @@ jQuery(document).ready(function($){
|
||||
break;
|
||||
}
|
||||
|
||||
include("./admin-footer.php");
|
||||
include(ABSPATH . "wp-admin/admin-footer.php");
|
||||
|
||||
Reference in New Issue
Block a user