diff --git a/functions.php b/functions.php index 8d23f30..61c1350 100644 --- a/functions.php +++ b/functions.php @@ -170,10 +170,10 @@ function comicpress_load_options() { 'buy_print_add_shipping' => false, 'buy_print_us_ship' => '4.95', 'buy_print_int_ship' => '9.95', - + 'enable_comicpress_debug' => true, 'enable_full_post_check' => false - + ) as $field => $value) { $comicpress_options[$field] = $value; } diff --git a/functions/navigation-template-tags.php b/functions/navigation-template-tags.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/functions/navigation-template-tags.php @@ -0,0 +1 @@ +markTestIncomplete(); + } +}