Changeset 10281
- Timestamp:
- 10/16/2015 03:16:41 PM (10 years ago)
- Location:
- trunk/src/bp-xprofile/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r10248 r10281 1289 1289 <h3><?php echo esc_html_x( 'Description', 'XProfile admin edit field', 'buddypress' ); ?></h3> 1290 1290 <div class="inside"> 1291 <label for="description" class=" bp-screen-reader-text"><?php_e( 'Add description', 'buddypress' ); ?></label>1291 <label for="description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label> 1292 1292 <textarea name="description" id="description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 1293 1293 </div> -
trunk/src/bp-xprofile/classes/class-bp-xprofile-group.php
r10229 r10281 745 745 </div> 746 746 <div class="postbox"> 747 <h3><?php _e( 'Field Group Description', 'buddypress' ); ?></h3>747 <h3><?php esc_html_e( 'Field Group Description', 'buddypress' ); ?></h3> 748 748 <div class="inside"> 749 <label for="group_description" class=" bp-screen-reader-text"><?php_e( 'Add description', 'buddypress' ); ?></label>749 <label for="group_description" class="screen-reader-text"><?php esc_html_e( 'Add description', 'buddypress' ); ?></label> 750 750 <textarea name="group_description" id="group_description" rows="8" cols="60"><?php echo esc_textarea( $this->description ); ?></textarea> 751 751 </div>
Note: See TracChangeset
for help on using the changeset viewer.