|
@@ -4,8 +4,9 @@ |
|
4
|
4
|
* @subpackage Widget Setup |
|
5
|
5
|
* @author Frank Bültge |
|
6
|
6
|
* @since 1.8.1 01/10/2013 |
|
7
|
7
|
*/ |
|
8
|
+ |
|
8
|
9
|
if ( ! function_exists( 'add_action' ) ) { |
|
9
|
10
|
echo "Hi there! I'm just a part of plugin, not much I can do when called directly."; |
|
10
|
11
|
exit; |
|
11
|
12
|
} |