Index: trunk/extensions/SemanticForms/includes/SF_AutoeditAPI.php |
— | — | @@ -7,9 +7,6 @@ |
8 | 8 | * @file |
9 | 9 | * @ingroup SemanticForms |
10 | 10 | */ |
11 | | -if ( !defined( 'SF_VERSION' ) ) { |
12 | | - die( 'This file is part of the SemanticForms extension, it is not a valid entry point.' ); |
13 | | -} |
14 | 11 | |
15 | 12 | /** |
16 | 13 | * The SF_AutoEditAPI class. |