Ticket #7348: 7348-remove-ul-wrapper.patch
File 7348-remove-ul-wrapper.patch, 759 bytes (added by , 7 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-template.php
1282 1282 // Parse optional arguments. 1283 1283 $r = bp_parse_args( $args, array( 1284 1284 'field_id' => bp_get_the_profile_field_id(), 1285 'before' => '< ulclass="radio">',1286 'after' => '</ ul>',1287 'before_radio' => ' <li class="%s">',1288 'after_radio' => ' </li>',1285 'before' => '<div class="radio">', 1286 'after' => '</div>', 1287 'before_radio' => '', 1288 'after_radio' => '', 1289 1289 'class' => 'bp-xprofile-visibility' 1290 1290 ), 'xprofile_visibility_radio_buttons' ); 1291 1291