Ticket #8182: 8182.patch
File 8182.patch, 506 bytes (added by , 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() { 1489 1489 } 1490 1490 } 1491 1491 1492 if ( current_theme_supports( 'align-wide' ) ) { 1493 $classes[] = 'alignwide'; 1494 } 1495 1492 1496 $class = array_map( 'sanitize_html_class', $classes ); 1493 1497 1494 1498 /**