Skip to:
Content

BuddyPress.org

Changeset 11616


Ignore:
Timestamp:
06/23/2017 09:01:33 PM (8 years ago)
Author:
mercime
Message:

xProfile: Remove UL wrapper surrounding change profile visibility radio buttons.

See #7348.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-template.php

    r11447 r11616  
    12831283        $r = bp_parse_args( $args, array(
    12841284            'field_id'     => bp_get_the_profile_field_id(),
    1285             'before'       => '<ul class="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'  => '',
    12891289            'class'        => 'bp-xprofile-visibility'
    12901290        ), 'xprofile_visibility_radio_buttons' );
Note: See TracChangeset for help on using the changeset viewer.