Changeset 10828 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r10825 r10828 929 929 * @type int $user_id ID of the user to get field data for. 930 930 * } 931 931 * @return mixed|void 932 932 */ 933 933 function bp_get_profile_field_data( $args = '' ) { … … 1261 1261 * @type string $class Class to apply to the field markup. 1262 1262 * } 1263 1263 * @return string $retval 1264 1264 */ 1265 1265 function bp_profile_get_visibility_radio_buttons( $args = '' ) { … … 1372 1372 <?php if ( bp_current_user_can( 'bp_xprofile_change_field_visibility' ) ) : ?> 1373 1373 1374 <label for="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" class="bp-screen-reader-text"><?php _e( 'Select visibility', 'buddypress' ); ?></label> 1374 <label for="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" class="bp-screen-reader-text"><?php 1375 /* translators: accessibility text */ 1376 _e( 'Select visibility', 'buddypress' ); 1377 ?></label> 1375 1378 <select class="<?php echo esc_attr( $r['class'] ); ?>" name="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility" id="<?php echo esc_attr( 'field_' . $r['field_id'] ) ; ?>_visibility"> 1376 1379
Note: See TracChangeset
for help on using the changeset viewer.