Pushing 2.9.0.10 --- 10 ! not 8 !

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-10 17:02:59 -08:00
parent b7315d9806
commit 5f475d7e62
1 changed files with 1 additions and 2 deletions

View File

@ -124,7 +124,7 @@ function comicpress_load_options() {
$comicpress_options = get_option('comicpress_options'); $comicpress_options = get_option('comicpress_options');
if (empty($comicpress_options)) { if (empty($comicpress_options)) {
$comicpress_options['comicpress_version'] = '2.9.0.9'; $comicpress_options['comicpress_version'] = '2.9.0.10';
foreach (array( foreach (array(
'cp_theme_layout' => 'standard', 'cp_theme_layout' => 'standard',
@ -233,7 +233,6 @@ function comicpress_load_options() {
} }
} }
$comicpress_options['comicpress_version'] = '2.9.0.9';
extract($comicpress_options['comicpress_config']); extract($comicpress_options['comicpress_config']);
// if (file_exists(get_template_directory() . '/comicpress-config.php')) { // if (file_exists(get_template_directory() . '/comicpress-config.php')) {