Pushing 2.9.0.10
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
b7315d9806
commit
ccd515b973
|
@ -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,7 @@ function comicpress_load_options() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$comicpress_options['comicpress_version'] = '2.9.0.9';
|
$comicpress_options['comicpress_version'] = '2.9.0.10';
|
||||||
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')) {
|
||||||
|
|
Loading…
Reference in New Issue