Changeset 13501 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/searchform.php
- Timestamp:
- 04/11/2024 10:42:01 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/searchform.php
r11288 r13501 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"><i class="dashicons dashicons-search"></i><span class="screen-reader-text"><?php _e( 'Search forums', 'wporg-forums' ); ?></span></button> 11 <button class="button button-primary button-search"> 12 <svg class="search-icon" viewBox="0 0 24 24" width="24" height="24"> 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> 14 </svg> 15 <span class="screen-reader-text"><?php _e( 'Search forums', 'wporg-forums' ); ?></span> 16 </button> 12 17 </form> 13 18 … … 37 42 <input type="hidden" name="tab" value="<?php echo esc_attr( $tab ); ?>" /> 38 43 <?php endif; ?> 39 <button class="button button-primary button-search"><i class="dashicons dashicons-search"></i><span class="screen-reader-text"><?php _e( 'Search forums', 'wporg-forums' ); ?></span></button> 44 <button class="button button-primary button-search"> 45 <svg class="search-icon" viewBox="0 0 24 24" width="24" height="24"> 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> 47 </svg> 48 <span class="screen-reader-text"><?php _e( 'Search forums', 'wporg-forums' ); ?></span> 49 </button> 40 50 </form> 41 51
Note: See TracChangeset
for help on using the changeset viewer.