mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Admin includes reorg. see #4334
git-svn-id: https://develop.svn.wordpress.org/trunk@5542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ $post_id = (int) $post_id;
|
||||
if ( $action == 'edit' && !$ID )
|
||||
wp_die(__("You are not allowed to be here"));
|
||||
|
||||
require_once('upload-functions.php');
|
||||
require_once('includes/upload.php');
|
||||
if ( !$tab )
|
||||
$tab = 'browse-all';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user