From 806434364844c2c42af880377649b766abc7a348 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 11 Mar 2010 18:16:26 +0000 Subject: [PATCH] Add valign, and formatting and i18n improvement. git-svn-id: http://svn.automattic.com/wordpress/trunk@13665 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-sites.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index 986b9a08c6..d28833f23f 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -585,7 +585,7 @@ switch ( $action ) { ' name='allblogs[]' value='' /> - + - + ' . get_blog_option( $blog['blog_id'], 'blogname' ) . '- ' . get_blog_option( $blog['blog_id'], 'blogdescription ' ) . '

'; + echo '

' . sprintf( _x( '%1$s – %2$s', '%1$s: site name. %2$s: site tagline.' ), get_blog_option( $blog['blog_id'], 'blogname' ), get_blog_option( $blog['blog_id'], 'blogdescription ' ) ) . '

'; $actions = array(); $actions[] = '' . __('Edit') . '';