Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2009 11:17:28 AM (15 years ago)
Author:
apeatling
Message:

Removing wire and status updates templates since they will no longer be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/profile/profile-header.php

    r2077 r2134  
    44    <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1>
    55
    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 
    146    <?php do_action( 'bp_profile_header_content' ) ?>
    157</div>
Note: See TracChangeset for help on using the changeset viewer.