- Timestamp:
- 06/19/2023 06:09:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/template-tags.php
r13447 r13504 689 689 } 690 690 691 /*692 * If we have a arg value for $button_element passed through693 * use it to default all the $buttons['button_element'] values694 * otherwise default to 'a' (anchor) o override & hardcode the695 * 'element' string on $buttons array.696 *697 * Icons sets a class for icon display if not using the button element698 */699 $icons = '';700 691 if ( ! empty( $args['button_element'] ) ) { 701 692 $button_element = $args['button_element'] ; 702 693 } else { 703 694 $button_element = 'a'; 704 $icons = ' icons';705 695 } 706 696
Note: See TracChangeset
for help on using the changeset viewer.