Changes in trunk/src/bp-templates/bp-legacy/buddypress/members/single/member-header.php [10150:11171]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/member-header.php
r10150 r11171 32 32 <?php endif; ?> 33 33 34 <span class="activity" ><?php bp_last_activity( bp_displayed_user_id() ); ?></span>34 <span class="activity" data-livestamp="<?php bp_core_iso8601_date( bp_get_user_last_activity( bp_displayed_user_id() ) ); ?>"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 35 35 36 36 <?php … … 95 95 do_action( 'bp_after_member_header' ); ?> 96 96 97 <?php 97 <div id="template-notices" role="alert" aria-atomic="true"> 98 <?php 98 99 99 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 100 do_action( 'template_notices' ); ?> 100 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 101 do_action( 'template_notices' ); ?> 102 103 </div>
Note: See TracChangeset
for help on using the changeset viewer.