Changeset 9187
- Timestamp:
- 11/26/2014 06:09:27 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
bp-messages/bp-messages-template.php (modified) (1 diff)
-
bp-templates/bp-legacy/buddypress-functions.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' ); -
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r9160 r9187 1299 1299 bp_thread_has_messages( array( 'thread_id' => (int) $_REQUEST['thread_id'] ) ); 1300 1300 1301 bp_thread_the_message(); 1302 1301 1303 if ( $thread_template->message_count % 2 == 1 ) { 1302 1304 $class = 'odd';
Note: See TracChangeset
for help on using the changeset viewer.