Changeset 1420 for trunk/wp-admin/options-writing.php
- Timestamp:
- 06/13/2004 04:14:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r1411 r1420 63 63 </tr> 64 64 <tr valign="top"> 65 <th width="33%" scope="row"> Size of the writing box:</th>65 <th width="33%" scope="row"> <?php _e('Size of the writing box:') ?></th> 66 66 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php echo get_settings('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 67 lines</td>67 <?php _e('lines') ?></td> 68 68 </tr> 69 69 <tr valign="top"> … … 96 96 </fieldset> 97 97 <fieldset class="options"> 98 <legend><?php _e('Writing by Email') ?></legend>99 <p><?php printf(__('To post to WordPress by e mail you must set up a secret email 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>98 <legend><?php _e('Writing by e-mail') ?></legend> 99 <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> 100 100 101 101 <table width="100%" cellspacing="2" cellpadding="5" class="editform">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)