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/searchform.php

    r3386 r3459  
    11<?php do_action( 'bp_before_blog_search_form' ) ?>
    22
    3 <form method="get" id="searchform" action="<?php echo home_url() ?>/">
     3<form role="search" method="get" id="searchform" action="<?php echo home_url() ?>/">
    44    <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
    55    <input type="submit" id="searchsubmit" value="<?php _e( 'Search', 'buddypress' ) ?>" />
Note: See TracChangeset for help on using the changeset viewer.