Skip to:
Content

BuddyPress.org

Ticket #6660: 6660-visibility-level.patch

File 6660-visibility-level.patch, 936 bytes (added by ramiy, 9 years ago)
  • src/bp-xprofile/bp-xprofile-admin.php

     
    10201020
    10211021                                        <p class="field-visibility-settings-<?php echo $can_change_visibility ? 'toggle' : 'notoggle'; ?>" id="field-visibility-settings-toggle-<?php bp_the_profile_field_id(); ?>">
    10221022
    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                                                ?>
    10241029
    10251030                                                <?php if ( $can_change_visibility ) : ?>
    10261031