Changeset 5737 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r5729 r5737 180 180 if ( bp_has_activities ( 'include=' . $activity_id ) ) : ?> 181 181 <?php while ( bp_activities() ) : bp_the_activity(); ?> 182 <?php locate_template( array( 'activity/entry.php' ), true ) ?>182 <?php locate_template( array( 'activity/entry.php' ), true ); ?> 183 183 <?php endwhile; ?> 184 184 <?php endif; … … 577 577 <div class="message-box new-message"> 578 578 <div class="message-metadata"> 579 <?php do_action( 'bp_before_message_meta' ) ?>579 <?php do_action( 'bp_before_message_meta' ); ?> 580 580 <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?> 581 581 582 <strong><a href="<?php echo bp_loggedin_user_domain() ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( bp_core_current_time() ) )?></span></strong>583 584 <?php do_action( 'bp_after_message_meta' ) ?>582 <strong><a href="<?php echo bp_loggedin_user_domain(); ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( bp_core_current_time() ) ); ?></span></strong> 583 584 <?php do_action( 'bp_after_message_meta' ); ?> 585 585 </div> 586 586 587 <?php do_action( 'bp_before_message_content' ) ?>587 <?php do_action( 'bp_before_message_content' ); ?> 588 588 589 589 <div class="message-content"> 590 <?php echo stripslashes( apply_filters( 'bp_get_the_thread_message_content', $_REQUEST['content'] ) ) ?>590 <?php echo stripslashes( apply_filters( 'bp_get_the_thread_message_content', $_REQUEST['content'] ) ); ?> 591 591 </div> 592 592 593 <?php do_action( 'bp_after_message_content' ) ?>593 <?php do_action( 'bp_after_message_content' ); ?> 594 594 595 595 <div class="clear"></div>
Note: See TracChangeset
for help on using the changeset viewer.