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/blogs/create.php

    r10181 r11171  
    1414do_action( 'bp_before_create_blog_content_template' ); ?>
    1515
    16 <?php
     16<div id="template-notices" role="alert" aria-atomic="true">
     17    <?php
    1718
    18 /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
    19 do_action( 'template_notices' ); ?>
     19    /** This action is documented in bp-templates/bp-legacy/buddypress/activity/index.php */
     20    do_action( 'template_notices' ); ?>
     21
     22</div>
    2023
    2124<?php
Note: See TracChangeset for help on using the changeset viewer.