Plugin Name: Gaslightify
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A gasline to a Wordpress website.
-Version: 1.34
+Version: 1.34
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
License: Gaslight Media
#wp-admin-bar-wp-logo > .ab-item .ab-icon:before, #header-logo {
content: url(<?php echo plugins_url(); ?>/Gaslightify/img/GLM_flame_none_trans_32x32.png) !important;
}
+ #wp-admin-bar-wp-logo > .ab-item {
+ content: "Return";
+ }
#wpadminbar .quicklinks li .blavatar:before {
content: url(<?php echo plugins_url(); ?>/Gaslightify/img/GLM_flame_box_inverted_16x16b.png) !important;
}
jQuery(".ngg-gallery-thumbnail").attr("href","http://gaslight.upnorth.net/our-work/"+jurl);
jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href",window.location.origin);
- jQuery('#wp-admin-bar-my-account > a').attr("href",window.location.origin);
+ jQuery('#wp-admin-bar-my-account > a').attr("href","#");
jQuery('#wp-admin-bar-user-info > a').attr("href","#");
});