Plugin Directory

Changeset 1846661


Ignore:
Timestamp:
03/26/2018 12:36:08 AM (8 years ago)
Author:
csixty4
Message:

Accessibility improvement

Location:
daves-wordpress-live-search/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • daves-wordpress-live-search/trunk/js/dwls-results.tpl

    r1157433 r1846661  
    1 <ul id="dwls_search_results" class="search_results dwls_search_results">
     1<ul id="dwls_search_results" class="search_results dwls_search_results" role="presentation" aria-hidden="true">
    22<input type="hidden" name="query" value="<%- resultsSearchTerm %>" />
    33<% _.each(searchResults, function(searchResult, index, list) { %>
  • daves-wordpress-live-search/trunk/readme.txt

    r1846656 r1846661  
    7474= 4.8 =
    7575* 2018-03-25 Dave Ross <dave@davidmichaelross.com>
     76* Fixed an old-school PHP 4 style constructor still hanging around
    7677* Made DWLS_Util::match_array_key_or_default() static
     78* Fix bug that sent people to a 404 when clicking outside the title on inner pages
     79* Accessiblity improvement (hides the search results from screen readers)
    7780
    7881= 4.7 =
Note: See TracChangeset for help on using the changeset viewer.