| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | /** |
| 15 | 15 | * Disable direct access/execution to/of the widget code. |
| 16 | 16 | */ |
| 17 | 17 | if ( ! defined( 'ABSPATH' ) ) { |
| 18 | - exit; | |
| 18 | + exit( 0 ); | |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | require __DIR__ . '/wordpress-post-widget/class.jetpack-display-posts-widget-base.php'; |
| 22 | 22 | require __DIR__ . '/wordpress-post-widget/class.jetpack-display-posts-widget.php'; |