Changeset 38672 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 09/28/2016 07:53:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r37985 r38672 86 86 <?php endif; ?> 87 87 <input type="search" name="s" id="s" size="30" value="<?php echo esc_attr($term) ?>" autofocus="autofocus" /> 88 <?php submit_button( __( 'Search' ), ' button', 'search', false ); ?>88 <?php submit_button( __( 'Search' ), '', 'search', false ); ?> 89 89 </form> 90 90 <?php … … 131 131 </div> 132 132 <br class="clear" /> 133 <?php submit_button( __( 'Find Themes' ), ' button', 'search' ); ?>133 <?php submit_button( __( 'Find Themes' ), '', 'search' ); ?> 134 134 </form> 135 135 <?php … … 146 146 <label class="screen-reader-text" for="themezip"><?php _e( 'Theme zip file' ); ?></label> 147 147 <input type="file" id="themezip" name="themezip" /> 148 <?php submit_button( __( 'Install Now' ), ' button', 'install-theme-submit', false ); ?>148 <?php submit_button( __( 'Install Now' ), '', 'install-theme-submit', false ); ?> 149 149 </form> 150 150 <?php
Note: See TracChangeset
for help on using the changeset viewer.