Changeset 1846661
- Timestamp:
- 03/26/2018 12:36:08 AM (8 years ago)
- Location:
- daves-wordpress-live-search/trunk
- Files:
-
- 2 edited
-
js/dwls-results.tpl (modified) (1 diff)
-
readme.txt (modified) (1 diff)
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"> 2 2 <input type="hidden" name="query" value="<%- resultsSearchTerm %>" /> 3 3 <% _.each(searchResults, function(searchResult, index, list) { %> -
daves-wordpress-live-search/trunk/readme.txt
r1846656 r1846661 74 74 = 4.8 = 75 75 * 2018-03-25 Dave Ross <dave@davidmichaelross.com> 76 * Fixed an old-school PHP 4 style constructor still hanging around 76 77 * 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) 77 80 78 81 = 4.7 =
Note: See TracChangeset
for help on using the changeset viewer.