fix the metabox properly

This commit is contained in:
John Bintz 2009-10-12 21:32:24 -04:00
parent c93de2a632
commit be2fa9948f
1 changed files with 2 additions and 1 deletions

View File

@ -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();
}