From: Laury GvR Date: Mon, 20 Oct 2014 18:56:22 +0000 (-0400) Subject: My Sites gone for MS X-Git-Tag: v1.36~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=42c1a82b387b28760b737fcc1359976fc3062fc6;p=WP-Plugins%2FGaslightify.git My Sites gone for MS --- diff --git a/Gaslightify.php b/Gaslightify.php index 45763ad..de0842f 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.31 +Version: 1.32 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media @@ -48,10 +48,11 @@ function interface_client_safeguard() { } else { /* A user without admin privileges */ - wp_enqueue_style('GaslightifyStyle'); wp_enqueue_script('GaslightifyJs', plugins_url('js/Gaslightify.js', __FILE__),array(),'1.0.0', true); wp_enqueue_style('GaslightifyStyle', plugins_url('css/Gaslightify.css', __FILE__)); - + if ( is_multisite() ) { + wp_enqueue_style('GaslightifyMSStyle', plugins_url('css/GaslightifyMS.css', __FILE__)); + } } } @@ -85,6 +86,9 @@ function glm_custom_logo() { #wp-admin-bar-wp-logo > .ab-item .ab-icon:before, #header-logo { content: url(/Gaslightify/img/GLM_flame_none_trans_32x32.png) !important; } + #wpadminbar .quicklinks li .blavatar:before { + content: url(/Gaslightify/img/GLM_flame_box_inverted_16x16b.png) !important; + }