Make WordPress Core


Ignore:
Timestamp:
09/15/2004 03:09:39 PM (22 years ago)
Author:
saxmatt
Message:

Axing of geo stuff, major cleanups on permalink options, style tweaks.

File:
1 edited

Legend:

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

    r1599 r1664  
    4848<form name="miscoptions" method="post" action="options.php">
    4949        <input type="hidden" name="action" value="update" />
    50         <input type="hidden" name="page_options" value="'hack_file','use_fileupload','fileupload_realpath','fileupload_url','fileupload_allowedtypes','fileupload_maxk','fileupload_maxk','fileupload_minlevel','use_geo_positions','use_linksupdate','weblogs_xml_url','links_updated_date_format','links_recently_updated_prepend','links_recently_updated_append','default_geourl_lat','default_geourl_lon','use_default_geourl'" />
     50        <input type="hidden" name="page_options" value="'hack_file','use_fileupload','fileupload_realpath','fileupload_url','fileupload_allowedtypes','fileupload_maxk','fileupload_maxk','fileupload_minlevel','use_geo_positions','use_linksupdate','weblogs_xml_url','links_updated_date_format','links_recently_updated_prepend','links_recently_updated_append'" />
    5151        <fieldset class="options">
    5252        <legend>
     
    124124        <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>
    125125        </fieldset>
    126         <fieldset class="options">
    127         <legend>
    128         <input name="use_geo_positions" type="checkbox" id="use_geo_positions" value="1" <?php checked('1', get_settings('use_geo_positions')); ?> />
    129         <label for="use_geo_positions"><?php _e('Use Geographic Tracking Features') ?></label></legend>
    130         <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    131         <tr>
    132         <th width="33%" valign="top" scope="row"><?php _e('Default latitude:') ?> </th>
    133         <td>
    134         <input name="default_geourl_lat" type="text" id="default_geourl_lat" value="<?php form_option('default_geourl_lat'); ?>" size="50" />
    135         </td>
    136         </tr>
    137         <tr>
    138         <th valign="top" scope="row"><?php _e('Default longitude:') ?> </th>
    139         <td>         
    140         <input name="default_geourl_lon" type="text" id="default_geourl_lon" value="<?php form_option('default_geourl_lon'); ?>" size="50" />
    141         </td>
    142         </tr>
    143         <tr>
    144         <th scope="row">  </th>
    145         <td><label>
    146         <input type="checkbox" name="use_default_geourl" value="1" <?php checked('1', get_settings('use_default_geourl')); ?> />
    147         <?php _e('Use default location values if none specified.') ?></label></td>
    148         </tr>
    149         </table>
    150         </fieldset>
     126
    151127        <p>
    152128        <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.