'sidebar-recent-comments', 'description' => esc_html__( 'Displays latest posts or posts from a choosen category.', 'blog-personal' ), ); parent::__construct( 'Blog_Personal_Extended_Comment',esc_html__( 'Blog: Extended Comment', 'blog-personal' ), $widget_ops, $control_ops ); } function form( $instance ) { $title = isset( $instance['title'] ) ? $instance['title'] : ''; $number = isset( $instance['number'] ) ? absint( $instance['number'] ) : 5; ?>