Changeset 6837 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/14/2008 02:40:17 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
r6833 r6837 59 59 </table> 60 60 61 <fieldset class="options"> 62 <legend><?php _e('Post via e-mail') ?></legend> 61 <h3><?php _e('Post via e-mail') ?></h3> 63 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>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p> 64 63 … … 96 95 </tr> 97 96 </table> 98 </fieldset>99 97 100 <fieldset class="options"> 101 <legend><?php _e('Update Services') ?></legend> 98 <h3><?php _e('Update Services') ?></h3> 102 99 103 100 <?php if ( get_option('blog_public') ) : ?> … … 113 110 <?php endif; ?> 114 111 115 </fieldset>116 117 112 <p class="submit"> 118 113 <input type="hidden" name="action" value="update" />
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)