Changeset 4196 for trunk/wp-admin/options-writing.php
- Timestamp:
- 09/19/2006 06:11:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r4144 r4196 12 12 <form method="post" action="options.php"> 13 13 <?php wp_nonce_field('update-options') ?> 14 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 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 <tr valign="top"> 16 17 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th> … … 58 59 59 60 <fieldset class="options"> 60 <legend><?php _e(' Writing bye-mail') ?></legend>61 <legend><?php _e('Post via e-mail') ?></legend> 61 62 <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>.'), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5), substr(md5(uniqid(microtime())),0,5)) ?></p> 62 63 63 <table width="100%" cellspacing="2" cellpadding="5" class=" editform">64 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform"> 64 65 <tr valign="top"> 65 66 <th scope="row"><?php _e('Mail server:') ?></th> … … 80 81 </tr> 81 82 <tr valign="top"> 82 <th scope="row"><?php _e('Default post bymail category:') ?></th>83 <th scope="row"><?php _e('Default mail category:') ?></th> 83 84 <td><select name="default_email_category" id="default_email_category"> 84 85 <?php
Note: See TracChangeset
for help on using the changeset viewer.