Skip to:
Content

BuddyPress.org

Ticket #8182: 8182.patch

File 8182.patch, 506 bytes (added by imath, 5 years ago)
  • src/bp-templates/bp-nouveau/includes/template-tags.php

    diff --git src/bp-templates/bp-nouveau/includes/template-tags.php src/bp-templates/bp-nouveau/includes/template-tags.php
    index 8662aa552..85418c448 100644
    function bp_nouveau_container_classes() { 
    14891489                        }
    14901490                }
    14911491
     1492                if ( current_theme_supports( 'align-wide' ) ) {
     1493                        $classes[] = 'alignwide';
     1494                }
     1495
    14921496                $class = array_map( 'sanitize_html_class', $classes );
    14931497
    14941498                /**