Added info icon and removed unnecessary fontawesome inclusion
authorLaury GvR <laury@gaslightmedia.com>
Thu, 2 Aug 2018 14:55:45 +0000 (10:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 2 Aug 2018 14:56:01 +0000 (10:56 -0400)
assets/info.png [new file with mode: 0644]
controllers/admin.php

diff --git a/assets/info.png b/assets/info.png
new file mode 100644 (file)
index 0000000..9d5b97e
Binary files /dev/null and b/assets/info.png differ
index 83f9653..205a6a6 100644 (file)
@@ -460,15 +460,6 @@ class glmMembersAdmin extends GlmPluginSupport
             }
         }
 
-        // Register the font-awesome css sheet for admin prettification
-        wp_register_style(
-            'font-awesome-min-css',
-            GLM_MEMBERS_PLUGIN_URL . 'css/font-awesome.min.css',
-            false,
-            GLM_MEMBERS_PLUGIN_VERSION
-        );
-        wp_enqueue_style('font-awesome-min-css');
-
         // Register any admin.css files in the css directory of any glm members plugin
         reset($this->config['addOns']);
         foreach ($this->config['addOns'] as $a) {