Changeset 7000 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/24/2008 04:33:10 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r6980 r7000 13 13 <?php wp_nonce_field('update-options') ?> 14 14 15 <table class=" niceblue">15 <table class="form-table"> 16 16 <tr valign="top"> 17 17 <th scope="row"> <?php _e('Size of the post box') ?></th> … … 61 61 <p><?php _e('The sizes listed below determine the maximum dimensions to use when inserting an image into the body of a post.'); ?></p> 62 62 63 <table class=" niceblue">63 <table class="form-table"> 64 64 <tr valign="top"> 65 65 <th scope="row"><?php _e('Thumbnail size') ?></th> … … 85 85 <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> 86 86 87 <table class=" niceblue">87 <table class="form-table"> 88 88 <tr valign="top"> 89 89 <th scope="row"><?php _e('Mail Server') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.