mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
Typo fix. Props vanillalounge, markmcwilliams. fixes #13593
git-svn-id: http://svn.automattic.com/wordpress/trunk@15036 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
764b19ed24
commit
8b50d044bd
@ -36,7 +36,7 @@ if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) {
|
||||
'<li>' . __('Backend means the Dashboard for that site') . '</li>' .
|
||||
'<li>' . __('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.') . '</li>' .
|
||||
'<li>' . __('Delete which is a permanent action after the confirmations screen.') . '</li>' .
|
||||
'<li>' . __('Visit to go the the frontend site live.') . '</li></ul>' .
|
||||
'<li>' . __('Visit to go to the frontend site live.') . '</li></ul>' .
|
||||
'<p>' . __('The site ID is used internally, and not shown on the front end of the site or to users/viewers.') . '</p>' .
|
||||
'<p>' . __('Clicking on bold settings can re-sort this table. The upper right icons switch between list and excerpt views.') . '</p>' .
|
||||
'<p>' . __('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.') . '</p>' .
|
||||
|
Loading…
Reference in New Issue
Block a user