Ticket #19619: 19619.search-needs-type.2.diff
| File 19619.search-needs-type.2.diff, 1.4 KB (added by , 14 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
127 127 <option value="author"<?php selected('author', $type) ?>><?php _e('Author'); ?></option> 128 128 <option value="tag"<?php selected('tag', $type) ?>><?php _ex('Tag', 'Plugin Installer'); ?></option> 129 129 </select> 130 <?php else : ?> 131 <input type="hidden" name="type" value="term" /> 130 132 <?php endif; ?> 131 133 <input type="search" name="s" value="<?php echo esc_attr($term) ?>" /> 132 134 <label class="screen-reader-text" for="plugin-search-input"><?php _e('Search Plugins'); ?></label> -
wp-admin/includes/theme-install.php
63 63 <option value="author" <?php selected('author', $type) ?>><?php _e('Author'); ?></option> 64 64 <option value="tag" <?php selected('tag', $type) ?>><?php _ex('Tag', 'Theme Installer'); ?></option> 65 65 </select> 66 <?php else : ?> 67 <input type="hidden" name="type" value="term" /> 66 68 <?php endif; ?> 67 69 <input type="search" name="s" size="30" value="<?php echo esc_attr($term) ?>" /> 68 70 <?php submit_button( __( 'Search' ), 'button', 'search', false ); ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)