Skip to content

Commit

Permalink
remove the webcomics.com page load - not working with servers that ha…
Browse files Browse the repository at this point in the history
…ve connection issues
  • Loading branch information
Frumph committed Apr 12, 2016
1 parent eebe737 commit e3e6d5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion ceo-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
if (function_exists('comicpress_themeinfo')) $tab_info['landing'] = __('Landing Pages', 'comiceasel');
if (!defined('CEO_FEATURE_BUY_COMIC'))
$tab_info['buycomic'] = __('Buy Comic','comiceasel');
// $tab_info['webcomics-com'] = __('WebComics.COM', 'comiceasel');
if (empty($tab)) { $tab = array_shift(array_keys($tab_info)); }

foreach($tab_info as $tab_id => $label) { ?>
Expand Down
20 changes: 0 additions & 20 deletions options/webcomics-com.php

This file was deleted.

0 comments on commit e3e6d5b

Please sign in to comment.