From 97eb1c382d3b371a20fc887cde50b48d5d95ca94 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 2 Jan 2010 23:54:13 -0800 Subject: [PATCH] Removed non-used loop from archive-comic-storyline.php Signed-off-by: Philip M. Hofer (Frumph) --- archive-comic-storyline.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/archive-comic-storyline.php b/archive-comic-storyline.php index 75e94ab..b0ad09d 100644 --- a/archive-comic-storyline.php +++ b/archive-comic-storyline.php @@ -31,12 +31,6 @@ if (have_posts()) { $description = $category->description; $first_comic_in_category = get_terminal_post_in_category($category_id); $first_comic_permalink = get_permalink($first_comic_in_category->ID); - $archive_image = null; - foreach (array("mini", "archive", "rss", "comic") as $type) { - if (($requested_archive_image = get_comic_url($type, $first_comic_in_category)) !== false) { - $archive_image = $requested_archive_image; break; - } - } if ($target_depth < $current_depth) { echo str_repeat("", ($current_depth - $target_depth)); }