- Timestamp:
- 09/21/2016 07:57:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php
r11041 r11127 323 323 <div id="<?php echo esc_attr( $type ); ?>" class="postbox bp-options-box" style="<?php echo esc_attr( $class ); ?> margin-top: 15px;"> 324 324 <h3><?php esc_html_e( 'Please enter options for this Field:', 'buddypress' ); ?></h3> 325 <div class="inside" >325 <div class="inside" aria-live="polite" aria-atomic="true" aria-relevant="all"> 326 326 <p> 327 327 <label for="sort_order_<?php echo esc_attr( $type ); ?>"><?php esc_html_e( 'Sort Order:', 'buddypress' ); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.