Completed
Push — require-acf-plugin ( 4090ee...bc6553 )
by Doğa
05:18 queued 27s
created
lib/Bootstrap.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         return $acfActive && $flyntCoreActive;
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $pluginName
56
+     */
54 57
     protected static function notifyRequiredPluginIsMissing($pluginName) {
55 58
         add_action('admin_notices', function () {
56 59
             echo "<div class=\"error\"><p>${pluginName} Plugin not activated. Make sure you activate the plugin on the <a href=\""
Please login to merge, or discard this patch.