From 95d60949d2f67c3692a02e9904d8dbdd84592e1e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 24 Apr 2015 16:54:21 -0400 Subject: [PATCH] Hide Update Wordpress! message for non-admin --- Gaslightify.php | 2 +- css/Gaslightify.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gaslightify.php b/Gaslightify.php index 89fd7b5..ab27ffc 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -4,7 +4,7 @@ Plugin Name: Gaslightify Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates Description: A gasline to a Wordpress website. -Version: 1.4.1 +Version: 1.4.3 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media diff --git a/css/Gaslightify.css b/css/Gaslightify.css index 4ee80eb..87c3738 100755 --- a/css/Gaslightify.css +++ b/css/Gaslightify.css @@ -28,7 +28,8 @@ select[name="seo_filter"], .ngg_admin_notice, #wpbody .updated, #toplevel_page_ninja-forms, -.cms_tpv_promo_above_wrapper { +.cms_tpv_promo_above_wrapper, +.update-nag { display: none !important; } // To delete the dashboard menu option -- 2.17.1