From a8575ec1c78048f9577ab7fc93c804e537e4a4f7 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 25 Feb 2008 18:54:22 +0000 Subject: [PATCH] Typo fix. Props Stevie212. fixes #6001 git-svn-id: http://svn.automattic.com/wordpress/trunk@7024 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.html b/readme.html index bf3b50ca5..1a8112722 100644 --- a/readme.html +++ b/readme.html @@ -70,7 +70,7 @@

Post via Email

You can post from an email client! To set this up go to your "Writing" options screen and fill in the connection details for your secret POP3 account. Then you need to set up wp-mail.php to execute periodically to check the mailbox for new posts. You can do it with Cron-jobs, or if your host doesn't support it you can look into the various website-monitoring services, and make them check your wp-mail.php URL.

-

Posting is easy: Any email sent to the address you specify will be posted, with the subject as the title. It is best to keep the address dicrete. The script will delete emails that are successfully posted.

+

Posting is easy: Any email sent to the address you specify will be posted, with the subject as the title. It is best to keep the address discrete. The script will delete emails that are successfully posted.

User Roles

We've eliminated user levels in order to make way for the much more flexible roles system introduced in 2.0. You can read more about Roles and Capabilities on the Codex.