Changeset 9187 for trunk/src/bp-messages/bp-messages-template.php
- Timestamp:
- 11/26/2014 06:09:27 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-template.php
r9183 r9187 2008 2008 */ 2009 2009 function bp_messages_embed() { 2010 add_filter( 'embed_post_id', 'bp_get_ message_thread_id' );2011 } 2012 add_action( ' messages_box_loop_start', 'bp_messages_embed' );2010 add_filter( 'embed_post_id', 'bp_get_the_thread_message_id' ); 2011 } 2012 add_action( 'thread_loop_start', 'bp_messages_embed' );
Note: See TracChangeset
for help on using the changeset viewer.