Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2009 11:27:30 PM (16 years ago)
Author:
apeatling
Message:

Fixes #553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-widgets.php

    r1196 r1198  
    3838        . $after_title; ?>
    3939
    40     <h3><?php echo $options['title'] ?></h3>
    41     <p><?php echo $options['text'] ?></p>
     40    <?php if ( $options['title'] ) : ?><h3><?php echo $options['title'] ?></h3><?php endif; ?>
     41    <?php if ( $options['text'] ) : ?><p><?php echo $options['text'] ?></p><?php endif; ?>
    4242
    4343    <?php if ( !is_user_logged_in() ) { ?>
Note: See TracChangeset for help on using the changeset viewer.