Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/04/2016 02:11:28 AM (7 years ago)
Author:
mercime
Message:

Alert screen readers about new messages inserted through template_notices.

See #3263.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/index.php

    r11166 r11171  
    4949    <form action="" method="post" id="groups-directory-form" class="dir-form">
    5050
    51         <?php
     51        <div id="template-notices" role="alert" aria-atomic="true">
     52            <?php
    5253
    53         /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    54         do_action( 'template_notices' ); ?>
     54            /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     55            do_action( 'template_notices' ); ?>
     56
     57        </div>
    5558
    5659        <div class="item-list-tabs" aria-label="<?php esc_attr_e( 'Groups directory main navigation', 'buddypress' ); ?>">
Note: See TracChangeset for help on using the changeset viewer.