Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2010 03:47:02 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1598 - broken sitewide notices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/sidebar.php

    r2302 r2397  
    1212            <h3><?php bp_loggedinuser_link() ?></h3>
    1313            <a class="button" href="<?php echo wp_logout_url(wp_get_referer()) ?>"><?php _e( 'Log Out', 'buddypress' ) ?></a>
     14
    1415        </div>
     16
     17        <?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>
     18            <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
     19        <?php endif; ?>
    1520
    1621    <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.