__CLASS__, 'description' => __('Login/Logoff menu with register/lost password links if not logged on. (use only if registrations are enabled.','comicpress') ); $this->WP_Widget(__CLASS__, __('ComicPress Control Panel','comicpress'), $widget_ops); } } function comicpress_show_control_panel() { global $wpmu_version; ?>








comicpress_show_control_panel(); echo $after_widget; } function update($new_instance, $old_instance) { $instance = $old_instance; $instance['title'] = strip_tags($new_instance['title']); return $instance; } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = strip_tags($instance['title']); ?>