Stop direct loading of files in wp-admin that should only be included, for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@11768 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-08-03 00:04:45 +00:00
parent cdf06921c7
commit 26383ac68e
10 changed files with 38 additions and 2 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
* @subpackage Administration
*/
if ( ! defined('ABSPATH') ) die();
// don't load directly
if ( !defined('ABSPATH') )
die('-1');
?>
<table class="widefat post fixed" cellspacing="0">
<thead>