Changeset 47122 for trunk/src/wp-content/themes/twentytwenty/searchform.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/searchform.php
r46827 r47122 13 13 14 14 /* 15 * Generate a unique ID for each form and a string containing an aria-label if16 * one was passed to get_search_form() in the args array.15 * Generate a unique ID for each form and a string containing an aria-label 16 * if one was passed to get_search_form() in the args array. 17 17 */ 18 18 $unique_id = twentytwenty_unique_id( 'search-form-' );
Note: See TracChangeset
for help on using the changeset viewer.