From 0c79b3639d7b6ba1df6052f99876ef790fa1b40a Mon Sep 17 00:00:00 2001 From: Tyler Cunningham Date: Tue, 3 Apr 2012 17:20:19 -0700 Subject: [PATCH] removed unnecessary color stylesheet call --- changelog.txt | 5 ++++- core/actions/header-actions.php | 10 ++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/changelog.txt b/changelog.txt index 2372f3c..e0e6f8a 100755 --- a/changelog.txt +++ b/changelog.txt @@ -6,7 +6,10 @@ Version 1.0.7 (04-04-12) -Unidentified index error fix for meta box code. -Changed link text to "Read moreā€¦" when the_content() is used. -Added French and Romanian translation files. --Removed height: auto from objects in responsive style sheet. +-Removed height: auto from objects in responsive style sheet. +-Fixed bug with archive of an empty category. +-Adjusted "viewport" initial scale for full-width mobile device view. +-Removed unnecessary color stylesheet call. Version 1.0.6 (03-22-12) -Added opt-in PressTrends option. diff --git a/core/actions/header-actions.php b/core/actions/header-actions.php index 8d41854..c8402ae 100755 --- a/core/actions/header-actions.php +++ b/core/actions/header-actions.php @@ -83,7 +83,7 @@ function response_meta_tags() { -get($themeslug.'_font'); } - if ($options->get($themeslug.'_color_scheme') == '') { - $color = 'blue'; - } - else { - $color = $options->get($themeslug.'_color_scheme'); - }?> +?> @@ -178,7 +173,6 @@ function response_link_rel() { -