Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/21/2010 12:55:18 PM (15 years ago)
Author:
djpaul
Message:

Second pass of WAI ARIA landmark roles for BP templates. Fixes #748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/send-invites.php

    r3300 r3460  
    33<?php if ( bp_get_total_friend_count( bp_loggedin_user_id() ) ) : ?>
    44
    5     <form action="<?php bp_group_send_invite_form_action() ?>" method="post" id="send-invite-form" class="standard-form">
     5    <form action="<?php bp_group_send_invite_form_action() ?>" method="post" id="send-invite-form" class="standard-form" role="main">
    66
    77        <div class="left-menu">
     
    7070<?php else : ?>
    7171
    72     <div id="message" class="info">
     72    <div id="message" class="info" role="main">
    7373        <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
    7474    </div>
Note: See TracChangeset for help on using the changeset viewer.