Changeset 19593 for trunk/wp-admin/options-writing.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r19507 r19593 33 33 $post_email_help = '<p>' . __('Due to security issues, you cannot use Post By Email on Multisite Installs.') . '</p>'; 34 34 } else { 35 $post_email_help = '<p>' . __('Post via email settings allow you to send your WordPress install an email with the content of your post. 35 $post_email_help = '<p>' . __('Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.') . '</p>'; 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.