- Timestamp:
- 06/01/2024 04:26:18 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-html-element.php
r11112 r13878 70 70 // Render attributes. 71 71 $attributes = ''; 72 foreach ( (array) $r['attr'] as $attr => $val ) {72 foreach ( (array) $r['attr'] as $attr => $val ) { 73 73 // If attribute is empty, skip. 74 74 if ( empty( $val ) ) {
Note: See TracChangeset
for help on using the changeset viewer.