From dc5764fd4e0ee7f1dfcdf0fc947bd9d6550d7343 Mon Sep 17 00:00:00 2001 From: Frumph Date: Sun, 24 Jun 2012 12:20:54 -0700 Subject: [PATCH] Minor adjustments changing url from frumph.net to comiceasel.com and some language changes. --- ceo-admin.php | 4 +++- ceo-config.php | 5 +++-- css/comiceasel.css | 7 ++++--- options/general.php | 4 ++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ceo-admin.php b/ceo-admin.php index f63bdb6..27c9f55 100644 --- a/ceo-admin.php +++ b/ceo-admin.php @@ -2,7 +2,9 @@ // actions add_action('admin_menu', 'ceo_add_menu_pages'); -add_action('wp_dashboard_setup', 'ceo_add_dashboard_widgets' ); + +if (ceo_pluginfo('add_dashboard_frumph_feed_widget')) + add_action('wp_dashboard_setup', 'ceo_add_dashboard_widgets' ); // add_action( 'admin_notices', 'ceo_test_information' ); diff --git a/ceo-config.php b/ceo-config.php index e972561..4f29aad 100644 --- a/ceo-config.php +++ b/ceo-config.php @@ -123,8 +123,9 @@ if ( isset($_POST['_wpnonce']) && wp_verify_nonce($_POST['_wpnonce'], 'update-op