From: Laury GvR Date: Thu, 2 Aug 2018 14:55:45 +0000 (-0400) Subject: Added info icon and removed unnecessary fontawesome inclusion X-Git-Tag: v2.10.37^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ce997ed4863dab2cda6dcc140c336c68b198495e;p=WP-Plugins%2Fglm-member-db.git Added info icon and removed unnecessary fontawesome inclusion --- diff --git a/assets/info.png b/assets/info.png new file mode 100644 index 00000000..9d5b97ec Binary files /dev/null and b/assets/info.png differ diff --git a/controllers/admin.php b/controllers/admin.php index 83f9653b..205a6a66 100644 --- a/controllers/admin.php +++ b/controllers/admin.php @@ -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) {