- Timestamp:
- 01/25/2020 06:38:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r12397 r12537 1488 1488 $classes[] = 'bp-dir-hori-nav'; 1489 1489 } 1490 } 1491 1492 $global_alignment = bp_nouveau_get_temporary_setting( 'global_alignment', bp_nouveau_get_appearance_settings( 'global_alignment' ) ); 1493 if ( $global_alignment && 'alignnone' !== $global_alignment && current_theme_supports( 'align-wide' ) ) { 1494 $classes[] = $global_alignment; 1490 1495 } 1491 1496
Note: See TracChangeset
for help on using the changeset viewer.