Make WordPress Core


Ignore:
Timestamp:
09/19/2006 06:11:42 AM (19 years ago)
Author:
matt
Message:

Options cleanup and some styling changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r4144 r4196  
    1212<form method="post" action="options.php">
    1313<?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 &raquo;') ?>" /></p>
     15<table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">
    1516<tr valign="top">
    1617<th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th>
     
    5859
    5960<fieldset class="options">
    60 <legend><?php _e('Writing by e-mail') ?></legend>
     61<legend><?php _e('Post via e-mail') ?></legend>
    6162<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&#8217;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>
    6263
    63 <table width="100%" cellspacing="2" cellpadding="5" class="editform">
     64<table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">
    6465<tr valign="top">
    6566<th scope="row"><?php _e('Mail server:') ?></th>
     
    8081</tr>
    8182<tr valign="top">
    82 <th scope="row"><?php _e('Default post by mail category:') ?></th>
     83<th scope="row"><?php _e('Default mail category:') ?></th>
    8384<td><select name="default_email_category" id="default_email_category">
    8485<?php
Note: See TracChangeset for help on using the changeset viewer.