Changeset 2134 for trunk/bp-themes/bp-sn-parent/profile/profile-header.php
- Timestamp:
- 11/26/2009 11:17:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/profile/profile-header.php
r2077 r2134 4 4 <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1> 5 5 6 <?php if ( function_exists( 'bp_the_status' ) ) : ?>7 8 <div id="user-status" class="<?php bp_the_status_css_class() ?>">9 <?php bp_the_status() ?>10 </div>11 12 <?php endif; ?>13 14 6 <?php do_action( 'bp_profile_header_content' ) ?> 15 7 </div>
Note: See TracChangeset
for help on using the changeset viewer.