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/forums/index.php

    r11128 r11171  
    169169                    <h5><?php _e( 'Create New Topic:', 'buddypress' ); ?></h5>
    170170
     171                    <div id="template-notices" role="alert" aria-atomic="true">
    171172                    <?php
    172173
    173                     /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    174                     do_action( 'template_notices' ); ?>
     174                        /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     175                        do_action( 'template_notices' ); ?>
     176
     177                    </div>
    175178
    176179                    <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label>
Note: See TracChangeset for help on using the changeset viewer.