@@ -53,9 +53,9 @@ |
||
| 53 | 53 | $pluginUrl = esc_url(admin_url('plugins.php')); |
| 54 | 54 | $message = ["${pluginName} plugin not activated. Make sure you activate the plugin on the <a href=\"${pluginUrl}\">plugin page</a>."]; |
| 55 | 55 | $options = [ |
| 56 | - 'type' => 'error', |
|
| 57 | - 'title' => 'Flynt is missing a required plugin', |
|
| 58 | - 'dismissible' => false, |
|
| 56 | + 'type' => 'error', |
|
| 57 | + 'title' => 'Flynt is missing a required plugin', |
|
| 58 | + 'dismissible' => false, |
|
| 59 | 59 | ]; |
| 60 | 60 | |
| 61 | 61 | $manager->addNotice($message, $options); |