Changeset 6850 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/14/2008 03:33:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r6846 r6850 13 13 <?php wp_nonce_field('update-options') ?> 14 14 15 <table class="niceblue" width="100%">15 <table class="niceblue"> 16 16 <tr valign="top"> 17 17 <th scope="row"> <?php _e('Size of the post box') ?></th> … … 61 61 <p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p> 62 62 63 <table class="niceblue" width="100%">63 <table class="niceblue"> 64 64 <tr valign="top"> 65 65 <th scope="row"><?php _e('Mail Server') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.