Ticket #4736: trac4736_bp_ajax_missing_buttons_v2.patch
| File trac4736_bp_ajax_missing_buttons_v2.patch, 518 bytes (added by , 13 years ago) |
|---|
-
bp-themes/bp-default/functions.php
112 112 add_theme_support( 'custom-header', $custom_header_args ); 113 113 } 114 114 115 if ( !is_admin() ) {115 if ( !is_admin() || ( defined('DOING_AJAX') && DOING_AJAX ) ) { 116 116 // Register buttons for the relevant component templates 117 117 // Friends button 118 118 if ( bp_is_active( 'friends' ) )