Changeset 10302
- Timestamp:
- 10/22/2015 01:44:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
r10203 r10302 94 94 $r = bp_parse_args( $raw_properties, array( 95 95 'type' => 'url' 96 ) ); ?>96 ) ); 97 97 98 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 98 if ( is_admin() ) : ?> 99 100 <label for="<?php bp_the_profile_field_input_name(); ?>" class="screen-reader-text"><?php esc_html_e( 'URL', 'buddypress' ); ?></label> 101 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 102 103 <?php else : ?> 104 105 <input <?php echo $this->get_edit_field_html_elements( $r ); ?>> 106 107 <?php endif; ?> 99 108 100 109 <?php
Note: See TracChangeset
for help on using the changeset viewer.