2.9.0.11 For Reals, I had it tagged as 2.9.0.8, silly github not reading my mind.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
a937debad6
commit
9a442ad122
|
@ -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.10';
|
$comicpress_options['comicpress_version'] = '2.9.0.11';
|
||||||
foreach (array(
|
foreach (array(
|
||||||
'cp_theme_layout' => 'standard',
|
'cp_theme_layout' => 'standard',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue