From 7567583a61cb12baf8c61f869c7c2b1439eea9a4 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 28 May 2010 16:40:13 +0000 Subject: [PATCH] Typo fix. Props vanillalounge, markmcwilliams. fixes #13593 git-svn-id: https://develop.svn.wordpress.org/trunk@15036 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/ms-sites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/ms-sites.php b/wp-admin/ms-sites.php index 8063035605..989d2c1214 100644 --- a/wp-admin/ms-sites.php +++ b/wp-admin/ms-sites.php @@ -36,7 +36,7 @@ if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) { '
  • ' . __('Backend means the Dashboard for that site') . '
  • ' . '
  • ' . __('Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later by hover links attached to those sites in this table.') . '
  • ' . '
  • ' . __('Delete which is a permanent action after the confirmations screen.') . '
  • ' . - '
  • ' . __('Visit to go the the frontend site live.') . '
  • ' . + '
  • ' . __('Visit to go to the frontend site live.') . '
  • ' . '

    ' . __('The site ID is used internally, and not shown on the front end of the site or to users/viewers.') . '

    ' . '

    ' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '

    ' . '

    ' . __('Clicking on Add Site after filling out the address, title, and email adds that new site instantly to the network and this table. You may want to then click on the hover link to edit options for that site.') . '

    ' .