Skip to:
Content

BuddyPress.org

Ticket #6715: 6715.patch

File 6715.patch, 549 bytes (added by imath, 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() { 
    531531        global $content_width;
    532532
    533533        // 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() ) {
    535535                return;
    536536        }
    537537