@@ -50,8 +50,8 @@ discard block |
||
50 | 50 | |
51 | 51 | require_once __DIR__ . '/vendor/autoload.php'; |
52 | 52 | |
53 | -register_activation_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'activation' ) ); |
|
54 | -register_uninstall_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'uninstall' ) ); |
|
53 | +register_activation_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'activation' ) ); |
|
54 | +register_uninstall_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'uninstall' ) ); |
|
55 | 55 | |
56 | 56 | PodloveSubscribeButton\Migration::eval_db(); |
57 | 57 | PodloveSubscribeButton::run(); |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | // CSS Stylesheet |
115 | - wp_register_style( 'podlove-subscribe-button', \PodloveSubscribeButton\Helpers::get_url( '' ) . 'css/style.css' , false, self::$version ); |
|
115 | + wp_register_style( 'podlove-subscribe-button', \PodloveSubscribeButton\Helpers::get_url( '' ) . 'css/style.css', false, self::$version ); |
|
116 | 116 | wp_enqueue_style( 'podlove-subscribe-button' ); |
117 | 117 | |
118 | 118 | // Admin JS |