Index: .
===================================================================
--- .	(revisione 1324)
+++ .	(copia locale)
@@ -102,7 +102,10 @@
 		
 	$message = strip_tags( $message, $allowed_tags );
 	$wire_post->content = $message;
-	
+
+	// Hook for plugins to manage the content of the wire post before it's saved
+	do_action( 'bp_wire_post_pre_save', $wire_post->content );
+
 	if ( !$wire_post->save() )
 		return false;
 	
