__('Displays recent blog entries.', 'bpro') )); } function widget($args, $instance) { // Outputs the content of the widget extract($args); // Make before_widget, etc available. $widget_title = null; $number_of_posts = null; $widget_title = esc_attr(apply_filters('widget_title', $instance['widget_title'])); $number_of_posts = esc_attr($instance['number_of_posts']); echo $before_widget; if (!empty($widget_title)) { echo $before_title . $widget_title . $after_title; } ?>

()