Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/20/2010 11:52:05 PM (14 years ago)
Author:
djpaul
Message:

Add first pass of WAI ARIA support for WP templates. See #748.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/archive.php

    r3430 r3459  
    66        <?php do_action( 'bp_before_archive' ) ?>
    77
    8         <div class="page" id="blog-archives">
     8        <div class="page" id="blog-archives" role="main">
    99
    1010            <h3 class="pagetitle"><?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.