Archive media file change, removing the double comicpress_display_post that wasnt needed

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-07 01:01:09 -08:00
parent b120e7a8bc
commit 99a8586e01
2 changed files with 2 additions and 6 deletions

View File

@ -60,12 +60,8 @@
</div>
</div>
<?php } else { ?>
<?php if (in_comic_category()) {
comicpress_display_post();
} else {
comicpress_display_post();
}
<?php } else {
comicpress_display_post();
}
endwhile;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB