Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/30/2014 06:35:15 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Profile Visibility Settings:

  • Rename template functions to match existing functions (profile VS xprofile)
  • Allow passing of field_id so they can be used outside of the profile field loop.
  • Allow before/after in radio buttons output.
  • See #5352.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/single/settings/profile.php

    r7965 r8210  
    2121                        <tr <?php bp_field_css_class(); ?>>
    2222                            <td class="field-name"><?php bp_the_profile_field_name(); ?></td>
    23                             <td class="field-visibility"><?php bp_xprofile_settings_visibility_select(); ?></td>
     23                            <td class="field-visibility"><?php bp_profile_settings_visibility_select(); ?></td>
    2424                        </tr>
    2525
Note: See TracChangeset for help on using the changeset viewer.