fix the metabox properly
This commit is contained in:
parent
c93de2a632
commit
be2fa9948f
@ -82,6 +82,8 @@ function cpm_add_pages() {
|
|||||||
'normal',
|
'normal',
|
||||||
'low'
|
'low'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
require_once("pages/edit_post_show_comic.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
$filename = plugin_basename(__FILE__);
|
$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_manager_storyline_caller() { cpm_manager_page_caller("storyline"); }
|
||||||
|
|
||||||
function cpm_show_comic_caller() {
|
function cpm_show_comic_caller() {
|
||||||
include("pages/edit_post_show_comic.php");
|
|
||||||
cpm_show_comic();
|
cpm_show_comic();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user