Make WordPress Core


Ignore:
Timestamp:
02/14/2005 03:11:23 AM (20 years ago)
Author:
saxmatt
Message:

Removal of changes.xml bloat.

File:
1 edited

Legend:

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

    r1818 r2313  
    5959    </table>
    6060    </fieldset>
    61     <fieldset class="options">
    62     <legend>
    63     <input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_settings('use_linksupdate')); ?> />
    64     <label for="use_linksupdate"><?php _e('Track Link&#8217;s Update Times') ?></label></legend>
    65     <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    66     <tr>
    67     <th width="33%" valign="top" scope="row"><?php _e('Update file:') ?> </th>
    68     <td>
    69     <input name="weblogs_xml_url" type="text" id="weblogs_xml_url" value="<?php form_option('weblogs_xml_url'); ?>" size="50" /><br />
    70     <?php __('Recommended: <code>http://static.wordpress.org/changes.xml</code>') ?>
    71    
    72     </td>
    73     </tr>
    74     <tr>
    75     <th valign="top" scope="row"><?php _e('Updated link time format:') ?> </th>
    76     <td>         
    77     <input name="links_updated_date_format" type="text" id="links_updated_date_format" value="<?php form_option('links_updated_date_format'); ?>" size="50" />
    78     </td>
    79     </tr>
    80     <tr>
    81     <th scope="row"><?php _e('Prepend updated with:') ?> </th>
    82     <td><input name="links_recently_updated_prepend" type="text" id="links_recently_updated_prepend" value="<?php form_option('links_recently_updated_prepend'); ?>" size="50" /></td>
    83     </tr>
    84     <tr>
    85     <th valign="top" scope="row"><?php _e('Append updated with:') ?></th>
    86     <td><input name="links_recently_updated_append" type="text" id="links_recently_updated_append" value="<?php form_option('links_recently_updated_append'); ?>" size="50" /></td>
    87     </tr>
    88     </table>
    89     <p><?php printf(__('A link is "recent" if it has been updated in the past %s minutes.'), '<input name="links_recently_updated_time" type="text" id="links_recently_updated_time" size="3" value="' . get_settings('links_recently_updated_time'). '" />' ) ?></p>
    90     </fieldset>
    91 
     61    <p><input name="use_linksupdate" type="checkbox" id="use_linksupdate" value="1" <?php checked('1', get_settings('use_linksupdate')); ?> />
     62    <label for="use_linksupdate"><?php _e('Track Links&#8217; Update Times') ?></label></p>
    9263    <p>
    9364    <label><input type="checkbox" name="hack_file" value="1" <?php checked('1', get_settings('hack_file')); ?> /> <?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label>
Note: See TracChangeset for help on using the changeset viewer.