Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2009 01:25:03 AM (17 years ago)
Author:
apeatling
Message:

reverting incorrect theme commit to 1.0 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/bp-themes/bpmember/profile/profile-header.php

    r1568 r1569  
    22        <h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1>
    33       
    4         <?php if ( function_exists('bp_user_status') ) : ?>
     4        <?php if( function_exists('bp_user_status') ) : ?>
    55                <p class="status"><?php bp_user_status() ?></p>
    66        <?php endif; ?>
    7        
    8         <div id="user-status">
    9                 <p><?php bp_the_status() ?></p>
    10         </div>
    117</div>
Note: See TracChangeset for help on using the changeset viewer.