Ticket #6660: 6660-visibility-level.patch
File 6660-visibility-level.patch, 936 bytes (added by , 9 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-admin.php
1020 1020 1021 1021 <p class="field-visibility-settings-<?php echo $can_change_visibility ? 'toggle' : 'notoggle'; ?>" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id(); ?>"> 1022 1022 1023 <?php printf( __( 'This field can be seen by: <span class="%s">%s</span>', 'buddypress' ), esc_attr( 'current-visibility-level' ), bp_get_the_profile_field_visibility_level_label() ); ?> 1023 <?php 1024 printf( 1025 __( 'This field can be seen by: %s', 'buddypress' ), 1026 '<span class="' . esc_attr( 'current-visibility-level' ) . '">' . bp_get_the_profile_field_visibility_level_label() . '</span>' 1027 ); 1028 ?> 1024 1029 1025 1030 <?php if ( $can_change_visibility ) : ?> 1026 1031