X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..38ac4bc40322ecdc4052db4263466573e01fa51f:/wp-admin/my-sites.php diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index feed16ae..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') . '

' . + '

' . __('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 : ?> -
+
- +
"; + echo ""; $i = 0; foreach ( $row as $user_blog ) { $s = $i == 3 ? '' : 'border-right: 1px solid #ccc;';