Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/04/2016 02:11:28 AM (8 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/members/single/member-header.php

    r11098 r11171  
    9595do_action( 'bp_after_member_header' ); ?>
    9696
    97 <?php
     97<div id="template-notices" role="alert" aria-atomic="true">
     98    <?php
    9899
    99 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    100 do_action( 'template_notices' ); ?>
     100    /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     101    do_action( 'template_notices' ); ?>
     102
     103</div>
Note: See TracChangeset for help on using the changeset viewer.