Changeset 13520 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/searchform.php
- Timestamp:
- 04/15/2024 04:52:02 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/searchform.php
r13501 r13520 9 9 <input type="hidden" name="action" value="bbp-search-request" /> 10 10 <input type="search" id="s" class="search-field" placeholder="<?php echo esc_attr_x( 'Search forums', 'placeholder', 'wporg-forums' ); ?>" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" name="bbp_search" /> 11 <button class="button button- primary button-search">11 <button class="button button-search"> 12 12 <svg class="search-icon" viewBox="0 0 24 24" width="24" height="24"> 13 13 <path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path> … … 42 42 <input type="hidden" name="tab" value="<?php echo esc_attr( $tab ); ?>" /> 43 43 <?php endif; ?> 44 <button class="button button- primary button-search">44 <button class="button button-search"> 45 45 <svg class="search-icon" viewBox="0 0 24 24" width="24" height="24"> 46 46 <path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>
Note: See TracChangeset
for help on using the changeset viewer.