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/activity/single/home.php

    r10150 r11171  
    99?>
    1010<div id="buddypress">
    11     <?php
    1211
    13     /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    14     do_action( 'template_notices' ); ?>
     12    <div id="template-notices" role="alert" aria-atomic="true">
     13        <?php
     14
     15        /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     16        do_action( 'template_notices' ); ?>
     17
     18    </div>
    1519
    1620    <div class="activity no-ajax">
Note: See TracChangeset for help on using the changeset viewer.