Ticket #8023: 8023.patch
File 8023.patch, 556 bytes (added by , 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() { 1489 1489 } 1490 1490 } 1491 1491 1492 // Use a wider space if the Theme supports it. 1493 if ( current_theme_supports( 'align-wide' ) ) { 1494 $classes[] = 'alignwide'; 1495 } 1496 1492 1497 $class = array_map( 'sanitize_html_class', $classes ); 1493 1498 1494 1499 /**