- 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/members/template-tags.php
r13447 r13504 248 248 } 249 249 250 /*251 * If we have a arg value for $button_element passed through252 * use it to default all the $buttons['button_element'] values253 * otherwise default to 'a' (anchor)254 * Or override & hardcode the 'element' string on $buttons array.255 *256 * Icons sets a class for icon display if not using the button element257 */258 $icons = '';259 250 if ( ! empty( $args['button_element'] ) ) { 260 251 $button_element = $args['button_element'] ; 261 252 } else { 262 253 $button_element = 'button'; 263 $icons = ' icons';264 254 } 265 255
Note: See TracChangeset
for help on using the changeset viewer.