Changeset 61643 for trunk/src/wp-content/themes/twentytwenty/searchform.php
- Timestamp:
- 02/14/2026 11:45:50 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/searchform.php
r55276 r61643 24 24 } 25 25 ?> 26 <form role="search" <?php echo $twentytwenty_aria_label; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Escaped above.?> method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">26 <form role="search" <?php echo $twentytwenty_aria_label; ?> method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> 27 27 <label for="<?php echo esc_attr( $twentytwenty_unique_id ); ?>"> 28 28 <span class="screen-reader-text">
Note: See TracChangeset
for help on using the changeset viewer.