- Timestamp:
- 04/25/2024 05:14:05 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-radiobutton.php
r13392 r13806 89 89 90 90 $js_clear = sprintf( 'javascript:%1$s( \'%2$s\' );', $clear, esc_js( bp_get_the_profile_field_input_name() ) ); 91 92 // phpcs:disable WordPress.Security.EscapeOutput 91 93 ?> 92 94 … … 95 97 </a> 96 98 97 <?php endif; ?> 98 99 <?php 99 <?php endif; 100 // phpcs:enable 100 101 } 101 102 … … 162 163 } 163 164 164 printf( '<div id="%1$s" class="input-options radio-button-options">%2$s</div>', 165 printf( 166 '<div id="%1$s" class="input-options radio-button-options">%2$s</div>', 165 167 esc_attr( 'field_' . $this->field_obj->id ), 168 // phpcs:ignore WordPress.Security.EscapeOutput 166 169 $html 167 170 );
Note: See TracChangeset
for help on using the changeset viewer.