Ticket #2764: 2764.001.patch
File 2764.001.patch, 941 bytes (added by , 14 years ago) |
---|
-
buddypress/bp-themes/bp-default/functions.php
356 356 if ( bp_is_active( 'blogs' ) ) 357 357 add_action( 'bp_directory_blogs_actions', 'bp_blogs_visit_blog_button' ); 358 358 359 // Sidebar buttons 360 if ( bp_is_active( 'messages' ) ) 361 add_action( 'bp_after_sidebar_me', 'bp_message_get_notices' ); 362 359 363 ?> -
buddypress/bp-themes/bp-default/sidebar.php
22 22 23 23 <?php do_action( 'bp_after_sidebar_me' ) ?> 24 24 25 <?php if ( function_exists( 'bp_message_get_notices' ) ) : ?>26 <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>27 <?php endif; ?>28 29 25 <?php else : ?> 30 26 31 27 <?php do_action( 'bp_before_sidebar_login_form' ) ?>