Changeset 6814
- Timestamp:
- 02/23/2013 03:47:15 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
bp-templates/bp-legacy/buddypress/members/register.php (modified) (1 diff)
-
bp-templates/bp-legacy/buddypress/members/single/profile/edit.php (modified) (1 diff)
-
bp-themes/bp-default/members/single/profile/edit.php (modified) (1 diff)
-
bp-themes/bp-default/registration/register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/members/register.php
r6478 r6814 149 149 150 150 <?php endif; ?> 151 152 <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> 151 153 152 154 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> -
trunk/bp-templates/bp-legacy/buddypress/members/single/profile/edit.php
r6284 r6814 114 114 <?php endif; ?> 115 115 116 <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> 117 116 118 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> 117 119 <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> -
trunk/bp-themes/bp-default/members/single/profile/edit.php
r6070 r6814 114 114 <?php endif; ?> 115 115 116 <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> 117 116 118 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> 117 119 <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>"> -
trunk/bp-themes/bp-default/registration/register.php
r6478 r6814 154 154 155 155 <?php endif; ?> 156 156 157 <?php do_action( 'bp_custom_profile_edit_fields_pre_visibility' ); ?> 158 157 159 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> 158 160 <p class="field-visibility-settings-toggle" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id() ?>">
Note: See TracChangeset
for help on using the changeset viewer.