'AcerRecentComments', 'description' => 'The most recent posts on your site.' ); $this->WP_Widget('AcerRecentComments', 'Acer - Recent Comments', $widget_ops); } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = $instance['title']; $order = $instance['order']; $num = $instance['num']; ?>