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/members/single/cover-image-header.php

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