Pushing 2.9.0.9
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
c3e6f5ce39
commit
98853e20b1
|
@ -124,7 +124,7 @@ function comicpress_load_options() {
|
|||
global $comicpress_options;
|
||||
$comicpress_options = get_option('comicpress_options');
|
||||
if (empty($comicpress_options)) {
|
||||
$comicpress_options['comicpress_version'] = '2.9.0.8';
|
||||
$comicpress_options['comicpress_version'] = '2.9.0.9';
|
||||
foreach (array(
|
||||
'cp_theme_layout' => 'standard',
|
||||
|
||||
|
@ -212,7 +212,7 @@ function comicpress_load_options() {
|
|||
add_option('comicpress_options', $comicpress_options, '', 'yes');
|
||||
// update_option('comicpress_options', $comicpress_options);
|
||||
}
|
||||
$comicpress_options['comicpress_version'] = '2.9.0.8';
|
||||
$comicpress_options['comicpress_version'] = '2.9.0.9';
|
||||
update_option('comicpress_options', $comicpress_options);
|
||||
return $comicpress_options;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue