Fix site searching from ms-admin.php. Props mitchoyoshitaka. fixes #13526
git-svn-id: http://svn.automattic.com/wordpress/trunk@14861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6c817a180c
commit
0e6ec48421
|
@ -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