remove more stuff
This commit is contained in:
parent
7810b9655d
commit
e668563a6f
|
@ -106,7 +106,7 @@ class ComicPressAddonCore extends ComicPressAddon {
|
|||
function admin_menu() {
|
||||
global $plugin_page, $pagenow, $post;
|
||||
|
||||
add_theme_page(__("ComicPress", 'comicpress'), __('ComicPress Core', 'comicpress'), 'edit_themes', 'comicpress/render_admin', array(&$this, 'render_admin'));
|
||||
add_theme_page(__("ComicPress", 'comicpress'), __('ComicPress', 'comicpress'), 'edit_themes', 'comicpress/render_admin', array(&$this, 'render_admin'));
|
||||
|
||||
if (strpos($pagenow, "post") === 0) {
|
||||
add_meta_box("comic-image-ordering", __("Comic Image Ordering", 'comicpress'), array(&$this, 'render_comic_image_ordering'), "post", "normal", "low");
|
||||
|
|
|
@ -82,7 +82,6 @@
|
|||
<td>
|
||||
<?php
|
||||
foreach (array(
|
||||
"show_partials_info" => __('Show partials info', 'comicpress'),
|
||||
"show_inline_comic_ordering" => __('Show inline comic ordering', 'comicpress')
|
||||
) as $key => $label) { ?>
|
||||
<label>
|
||||
|
|
Loading…
Reference in New Issue