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:
ryan 2010-05-24 21:31:37 +00:00
parent 6c817a180c
commit 0e6ec48421
1 changed files with 1 additions and 0 deletions

View File

@ -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>