Ticket #6715: 6715.patch
| File 6715.patch, 549 bytes (added by , 10 years ago) |
|---|
-
src/bp-core/bp-core-theme-compatibility.php
diff --git src/bp-core/bp-core-theme-compatibility.php src/bp-core/bp-core-theme-compatibility.php index c43d604..14a890f 100644
function bp_register_theme_compat_default_features() { 531 531 global $content_width; 532 532 533 533 // If the current theme doesn't need theme compat, bail at this point. 534 if ( ! bp_use_theme_compat_with_current_theme() ) {534 if ( ! bp_use_theme_compat_with_current_theme() || bp_is_deactivation() ) { 535 535 return; 536 536 } 537 537