- Timestamp:
- 12/04/2020 06:13:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/template-tags.php
r12774 r12814 1449 1449 * 1450 1450 * @since 3.0.0 1451 * @since 7.0.0 Add a class to inform about the active Theme. 1451 1452 * 1452 1453 * @return string CSS classes 1453 1454 */ 1454 1455 function bp_nouveau_get_container_classes() { 1455 $classes = array( 'buddypress-wrap' );1456 $classes = array( 'buddypress-wrap', get_template() ); 1456 1457 $component = bp_current_component(); 1457 1458 $bp_nouveau = bp_nouveau();
Note: See TracChangeset
for help on using the changeset viewer.