Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2016 07:57:37 AM (9 years ago)
Author:
mercime
Message:

Accessibility: live regions for back-end template admin screens.

Fixes #7222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type.php

    r11041 r11127  
    323323        <div id="<?php echo esc_attr( $type ); ?>" class="postbox bp-options-box" style="<?php echo esc_attr( $class ); ?> margin-top: 15px;">
    324324            <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">
    326326                <p>
    327327                    <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.