Changes in trunk/src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php [10296:11171]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/members/single/cover-image-header.php
r10296 r11171 45 45 do_action( 'bp_member_header_actions' ); ?></div><!-- #item-buttons --> 46 46 47 <span class="activity" ><?php bp_last_activity( bp_displayed_user_id() ); ?></span>47 <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> 48 48 49 49 <?php … … 98 98 do_action( 'bp_after_member_header' ); ?> 99 99 100 <?php 100 <div id="template-notices" role="alert" aria-atomic="true"> 101 <?php 101 102 102 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 103 do_action( 'template_notices' ); ?> 103 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */ 104 do_action( 'template_notices' ); ?> 105 106 </div>
Note: See TracChangeset
for help on using the changeset viewer.