Changeset 16061 for trunk/wp-admin/themes.php
- Timestamp:
- 10/28/2010 09:56:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r16008 r16061 134 134 <label class="screen-reader-text" for="theme-search-input"><?php _e('Search Themes'); ?>:</label> 135 135 <input type="text" id="theme-search-input" name="s" value="<?php _admin_search_query(); ?>" /> 136 < input type="submit" value="<?php esc_attr_e('Search Themes'); ?>" class="button" />136 <?php submit_button( __( 'Search Themes' ), 'button', 'submit', false ); ?> 137 137 <a id="filter-click" href="?filter=1"><?php _e( 'Feature Filter' ); ?></a> 138 138 </p> … … 167 167 168 168 <div class="feature-container"> 169 < input style="margin-left: 120px" type="submit" class="button-secondary submitter" value="<?php esc_attr_e( 'Apply Filters' ); ?>" />169 <?php submit_button( __( 'Apply Filters' ), 'button-secondary submitter', 'submit', false, array( 'style' => 'margin-left: 120px' ) ); ?> 170 170 171 171 <small><a id="mini-filter-click" href="<?php echo admin_url( 'themes.php' ); ?>"><?php _e( 'Close filters' )?></a></small>
Note: See TracChangeset
for help on using the changeset viewer.