From 727e407dcb258c6188e51e689a5de952e3231530 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 11 Mar 2010 18:16:26 +0000 Subject: [PATCH] Add valign, and formatting and i18n improvement. git-svn-id: https://develop.svn.wordpress.org/trunk@13665 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') . '';