summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-09-19 12:14:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-09-19 12:14:54 +0000
commit97133b20063404913537feb138e31bcabec590e5 (patch)
tree1ce2644fc7aa0f8e1e64d6407cac7df2c1dd8abb
parent673c02f18a31d5ddf58f6f1d5230f1e336877161 (diff)
downloadwordpress-mu-97133b20063404913537feb138e31bcabec590e5.tar.gz
wordpress-mu-97133b20063404913537feb138e31bcabec590e5.tar.xz
wordpress-mu-97133b20063404913537feb138e31bcabec590e5.zip
Fixed "search blogs too" link, fixes #740
git-svn-id: http://svn.automattic.com/wordpress-mu/branches/2.6@1479 7be80a69-a1ef-0310-a953-fb0f7c49ff36
-rw-r--r--wp-admin/wpmu-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php
index a2bad03..43ed315 100644
--- a/wp-admin/wpmu-users.php
+++ b/wp-admin/wpmu-users.php
@@ -107,7 +107,7 @@ if ( $_GET['updated'] == 'true' ) {
<br class="clear" />
<?php if( isset($_GET['s']) && $_GET['s'] != '' ) : ?>
- <p><a href="wpmu-blogs.php?action=blogs&amp;s=<?php echo urlencode( stripslashes( $s ) ); ?>"><?php _e('Search Blogs:') ?> <strong><?php echo stripslashes( $s ) ?></strong></a></p>
+ <p><a href="wpmu-blogs.php?action=blogs&amp;s=<?php echo urlencode( stripslashes( $s ) ); ?>&blog_name=Search+blogs+by+name"><?php _e('Search Blogs:') ?> <strong><?php echo stripslashes( $s ) ?></strong></a></p>
<?php endif; ?>
<?php