@@ -70,9 +70,9 @@ |
||
| 70 | 70 | $pluginUrl = esc_url(admin_url('plugins.php')); |
| 71 | 71 | $message = ["${pluginName} Plugin not activated. Make sure you activate the plugin on the <a href=\"${pluginUrl}\">plugin page</a>."]; |
| 72 | 72 | $options = [ |
| 73 | - 'type' => 'error', |
|
| 74 | - 'title' => 'Flynt is missing a required plugin', |
|
| 75 | - 'dismissible' => false, |
|
| 73 | + 'type' => 'error', |
|
| 74 | + 'title' => 'Flynt is missing a required plugin', |
|
| 75 | + 'dismissible' => false, |
|
| 76 | 76 | ]; |
| 77 | 77 | |
| 78 | 78 | $manager->addNotice($message, $options); |