Changeset 3792 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/searchform.php
- Timestamp:
- 08/09/2016 08:20:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/searchform.php
r3525 r3792 5 5 <label for="s" class="screen-reader-text"><?php _ex( 'Search for:', 'label', 'wporg-plugins' ); ?></label> 6 6 <input type="search" id="s" class="search-field" placeholder="<?php echo esc_attr_x( 'Search plugins', 'placeholder', 'wporg-plugins' ); ?>" value="<?php the_search_query(); ?>" name="s" /> 7 <button class="button button-primary button-search"><i class="dashicons dashicons-search"></i>< /button>7 <button class="button button-primary button-search"><i class="dashicons dashicons-search"></i><span class="screen-reader-text"><?php _e( 'Search plugins', 'wporg-plugins' ); ?></span></button> 8 8 </form>
Note: See TracChangeset
for help on using the changeset viewer.