remove more stuff

This commit is contained in:
John Bintz 2009-11-03 22:48:45 -05:00
parent 7810b9655d
commit e668563a6f
2 changed files with 1 additions and 2 deletions

View File

@ -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");

View File

@ -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>