2.9.0.4 tagged ?
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
459fe34713
commit
aa9eaa0292
|
@ -75,9 +75,7 @@ function comicpress_load_options() {
|
|||
global $comicpress_options;
|
||||
$comicpress_options = get_option('comicpress_options');
|
||||
if (empty($comicpress_options)) {
|
||||
<<<<<<< .mine $comicpress_options['comicpress_version'] = '2.9.0.4';
|
||||
======= $comicpress_options['comicpress_version'] = '2.9.0.4';
|
||||
>>>>>>> .theirs
|
||||
$comicpress_options['comicpress_version'] = '2.9.0.4';
|
||||
foreach (array(
|
||||
'disable_comic_frontpage' => false,
|
||||
'disable_comic_blog_frontpage' => false,
|
||||
|
|
Loading…
Reference in New Issue