Skip to content

Commit

Permalink
Stop admin.php being called directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed May 23, 2015
1 parent 6f02b71 commit caf6492
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
* @subpackage WZKB/admin
*/


// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}

/**
* Customise the taxonomy columns.
Expand Down

0 comments on commit caf6492

Please sign in to comment.