X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/256a3b381f63716209b3527d0a14442ae570c283..849f15aeed7a5e39314057bdc0064d8edd60dd7d:/wp-admin/my-sites.php diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index f882964a..feed16ae 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -46,7 +46,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

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

' . '

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

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); require_once( ABSPATH . 'wp-admin/admin-header.php' ); @@ -91,7 +91,7 @@ else : */ $settings_html = apply_filters( 'myblogs_options', '', 'global' ); if ( $settings_html != '' ) { - echo '

' . __( 'Global Settings' ) . '

'; + echo '

' . __( 'Global Settings' ) . '

'; echo $settings_html; echo ''; } @@ -116,7 +116,7 @@ else : $i = 0; foreach ( $row as $user_blog ) { $s = $i == 3 ? '' : 'border-right: 1px solid #ccc;'; - echo ""; + echo ""; echo "

{$user_blog->blogname}

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