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:
Ryan Boren 2010-05-24 21:31:37 +00:00
parent affec163db
commit 4f9fd195ab
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>