Skip to:
Content

BuddyPress.org

Ticket #8023: 8023.patch

File 8023.patch, 556 bytes (added by imath, 6 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 3cb716076..880d3567e 100644
    function bp_nouveau_container_classes() { 
    14891489                        }
    14901490                }
    14911491
     1492                // Use a wider space if the Theme supports it.
     1493                if ( current_theme_supports( 'align-wide' ) ) {
     1494                        $classes[] = 'alignwide';
     1495                }
     1496
    14921497                $class = array_map( 'sanitize_html_class', $classes );
    14931498
    14941499                /**