
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
   - .DS_Store
.DS_store
.gitignore

   + .DS_Store
.DS_store
.gitignore
5006.diff

Index: bp-messages/bp-messages-template.php
===================================================================
--- bp-messages/bp-messages-template.php	(revision 7353)
+++ bp-messages/bp-messages-template.php	(working copy)
@@ -239,6 +239,15 @@
 		return apply_filters( 'bp_get_message_thread_excerpt', strip_tags( bp_create_excerpt( $messages_template->thread->last_message_content, 75 ) ) );
 	}
 
+function bp_message_thread_content() {
+	echo bp_get_message_thread_content();
+}
+	function bp_get_message_thread_content() {
+		global $messages_template;
+
+		return apply_filters( 'bp_get_message_thread_excerpt',  $messages_template->thread->last_message_content );
+	}
+
 function bp_message_thread_from() {
 	echo bp_get_message_thread_from();
 }
@@ -850,27 +859,6 @@
 		return apply_filters( 'bp_get_the_thread_recipients', implode( ', ', $recipient_links ) );
 	}
 
-/**
- * Echoes the ID of the current message in the thread
- *
- * @since BuddyPress (1.9)
- */
-function bp_the_thread_message_id() {
-	echo bp_get_the_thread_message_id();
-}
-	/**
-	 * Gets the ID of the current message in the thread
-	 *
-	 * @since BuddyPress (1.9)
-	 * @return int
-	 */
-	function bp_get_the_thread_message_id() {
-		global $thread_template;
-
-		$thread_message_id = isset( $thread_template->message->id ) ? (int) $thread_template->message->id : null;
-		return apply_filters( 'bp_get_the_thread_message_id', $thread_message_id );
-	}
-
 function bp_the_thread_message_alt_class() {
 	echo bp_get_the_thread_message_alt_class();
 }
