__CLASS__, 'description' => __('Displays the title of the comic. (used in comic sidebars)','comicpress') ); $this->WP_Widget(__CLASS__, __('ComicPress Comic Title','comicpress'), $widget_ops); } } function widget($args, $instance) { global $post; extract($args, EXTR_SKIP); echo $before_widget;?>