- Timestamp:
- 05/30/2016 06:30:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10778 r10828 1315 1315 <h2><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h2> 1316 1316 <div class="inside"> 1317 <label for="description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label> 1317 <label for="description" class="screen-reader-text"><?php 1318 /* translators: accessibility text */ 1319 esc_html_e( 'Add description', 'buddypress' ); 1320 ?></label> 1318 1321 <textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 1319 1322 </div> … … 1468 1471 1469 1472 <p> 1470 <label for="do-autolink" class="screen-reader-text"><?php esc_html_e( 'Autolink status for this field', 'buddypress' ); ?></label> 1473 <label for="do-autolink" class="screen-reader-text"><?php 1474 /* translators: accessibility text */ 1475 esc_html_e( 'Autolink status for this field', 'buddypress' ); 1476 ?></label> 1471 1477 <select name="do_autolink" id="do-autolink"> 1472 1478 <option value="on" <?php selected( $this->get_do_autolink() ); ?>><?php esc_html_e( 'Enabled', 'buddypress' ); ?></option>
Note: See TracChangeset
for help on using the changeset viewer.