Changeset 6475 for trunk/wp-admin/options-writing.php
- Timestamp:
- 12/23/2007 10:05:37 AM (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
r6385 r6475 13 13 <?php wp_nonce_field('update-options') ?> 14 14 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /></p> 15 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 15 16 <table class="niceblue"> 16 17 <tr valign="top"> 17 18 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> … … 62 63 <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> 63 64 64 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">65 <table class="niceblue"> 65 66 <tr valign="top"> 66 67 <th scope="row"><?php _e('Mail server:') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.