From be2fa9948f40d4679f4537dc45c49cc17e8cb30f Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 12 Oct 2009 21:32:24 -0400 Subject: [PATCH] fix the metabox properly --- comicpress_manager_admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/comicpress_manager_admin.php b/comicpress_manager_admin.php index c6ed6d2..b13da81 100644 --- a/comicpress_manager_admin.php +++ b/comicpress_manager_admin.php @@ -82,6 +82,8 @@ function cpm_add_pages() { 'normal', 'low' ); + + require_once("pages/edit_post_show_comic.php"); } $filename = plugin_basename(__FILE__); @@ -795,7 +797,6 @@ function cpm_manager_cpm_config_caller() { cpm_manager_page_caller("cpm_config") function cpm_manager_storyline_caller() { cpm_manager_page_caller("storyline"); } function cpm_show_comic_caller() { - include("pages/edit_post_show_comic.php"); cpm_show_comic(); }