Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4480 r4495  
    88
    99?>
    10  
    11 <div class="wrap"> 
    12 <h2><?php _e('Miscellaneous Options') ?></h2> 
     10
     11<div class="wrap">
     12<h2><?php _e('Miscellaneous Options') ?></h2>
    1313<form method="post" action="options.php">
    1414<?php wp_nonce_field('update-options') ?>
     
    4444<p class="submit">
    4545<input type="hidden" name="action" value="update" />
    46 <input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" /> 
     46<input type="hidden" name="page_options" value="hack_file,use_linksupdate,uploads_use_yearmonth_folders,upload_path" />
    4747<input type="submit" name="Submit" value="<?php _e('Update Options &raquo;') ?>" />
    4848</p>
    49 </form> 
     49</form>
    5050</div>
    5151
Note: See TracChangeset for help on using the changeset viewer.