X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..58b0523c599c731e868bd4bc05b0d686a98d254f:/wp-admin/my-sites.php diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index f882964a..269b0811 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -45,14 +45,14 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on My Sites') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Documentation on My Sites') . '

' . + '

' . __('Support Forums') . '

' ); require_once( ABSPATH . 'wp-admin/admin-header.php' ); if ( $updated ) { ?> -

+

@@ -64,7 +64,7 @@ if ( empty( $blogs ) ) : echo '

'; else : ?> -
+
- +
'; } @@ -109,14 +109,12 @@ else : $split = $split + $cols; } - $c = ''; foreach ( $rows as $row ) { - $c = $c == 'alternate' ? '' : 'alternate'; - echo ""; + echo ""; $i = 0; foreach ( $row as $user_blog ) { $s = $i == 3 ? '' : 'border-right: 1px solid #ccc;'; - echo "

' . __( 'Global Settings' ) . '

'; + echo '

' . __( 'Global Settings' ) . '

'; echo $settings_html; echo '
"; + echo ""; echo "

{$user_blog->blogname}

"; /** * Filter the row links displayed for each site on the My Sites screen.