Make WordPress Core


Ignore:
Timestamp:
08/03/2009 12:04:45 AM (15 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-post-rows.php

    r9891 r11768  
    77 */
    88
    9 if ( ! defined('ABSPATH') ) die();
     9// don't load directly
     10if ( !defined('ABSPATH') )
     11    die('-1');
    1012?>
    1113<table class="widefat post fixed" cellspacing="0">
Note: See TracChangeset for help on using the changeset viewer.