Index: src/bp-blogs/bp-blogs-widgets.php
===================================================================
--- src/bp-blogs/bp-blogs-widgets.php	(revision 9312)
+++ src/bp-blogs/bp-blogs-widgets.php	(working copy)
@@ -52,6 +52,15 @@
 		if ( ! empty( $instance['link_title'] ) ) {
 			$title = '<a href="' . trailingslashit( bp_get_root_domain() ) . trailingslashit( bp_get_blogs_root_slug() ) . '">' . esc_html( $title ) . '</a>';
 		}
+		
+		/**
+		 * Filters the Blogs Recent Posts widget title.
+		 *
+		 * @since BuddyPress (2.2.0)
+		 *
+		 * @param string $title The widget title.
+		 */
+		$title = apply_filters( 'widget_title', $instance['title'] );
 
 		echo $args['before_widget'];
 		echo $args['before_title'] . $title . $args['after_title'];
