From f23893c215db7fcf6bc58d1ece1a6ddbd0801f68 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 13 Feb 2015 12:46:29 -0500 Subject: [PATCH] Ewww mass optimizer now hidden --- Gaslightify.php | 4 ++-- js/Gaslightify.js | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gaslightify.php b/Gaslightify.php index c358c4d..a9718a4 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -53,7 +53,8 @@ add_action('admin_enqueue_scripts', 'my_admin_theme_style'); add_action('login_enqueue_scripts', 'my_admin_theme_style'); function my_admin_footer() { - echo '

This Theme was created by Gaslight Media.

'; + //echo '

This Theme was created by Gaslight Media.

'; + echo ""; } add_action('admin_footer_text', 'my_admin_footer'); @@ -128,7 +129,6 @@ function my_login_logo() { ?> background-size: auto; } -