Change search box label to 'search installed plugins' for clarity. props jane, duck_, fixes #13518.
git-svn-id: https://develop.svn.wordpress.org/trunk@14851 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b074c7be02
commit
e72dcec869
@ -674,7 +674,7 @@ function print_plugin_actions($context, $field_name = 'action' ) {
|
||||
<p class="search-box">
|
||||
<label class="screen-reader-text" for="plugin-search-input"><?php _e( 'Search Plugins' ); ?>:</label>
|
||||
<input type="text" id="plugin-search-input" name="s" value="<?php _admin_search_query(); ?>" />
|
||||
<input type="submit" value="<?php esc_attr_e( 'Search Plugins' ); ?>" class="button" />
|
||||
<input type="submit" value="<?php esc_attr_e( 'Search Installed Plugins' ); ?>" class="button" />
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user