mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix site searching from ms-admin.php. Props mitchoyoshitaka. fixes #13526
git-svn-id: https://develop.svn.wordpress.org/trunk@14861 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
affec163db
commit
4f9fd195ab
@ -53,6 +53,7 @@ $sentence = sprintf( __( 'You have %1$s and %2$s.' ), $blog_text, $user_text );
|
||||
<form name="searchform" action="ms-sites.php" method="get">
|
||||
<p>
|
||||
<input type="hidden" name="action" value="blogs" />
|
||||
<input type="hidden" name="searchaction" value="name" />
|
||||
<input type="text" name="s" value="" size="17" />
|
||||
<input class="button" type="submit" name="blog_name" value="<?php esc_attr_e( 'Search Sites' ); ?>" />
|
||||
</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user