Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10009 r10150  
    1919<div class="wrap">
    2020<?php screen_icon(); ?>
    21 <h2><?php echo wp_specialchars( $title ); ?></h2> 
     21<h2><?php echo wp_specialchars( $title ); ?></h2>
    2222
    2323<form action="options.php" method="post">
     
    5050</tr>
    5151
    52 <tr valign="top"> 
    53 <th scope="row"><?php _e('Large size') ?></th> 
    54 <td><fieldset><legend class="hidden"><?php _e('Large size') ?></legend> 
    55 <label for="large_size_w"><?php _e('Max Width'); ?></label> 
    56 <input name="large_size_w" type="text" id="large_size_w" value="<?php form_option('large_size_w'); ?>" class="small-text" /> 
    57 <label for="large_size_h"><?php _e('Max Height'); ?></label> 
    58 <input name="large_size_h" type="text" id="large_size_h" value="<?php form_option('large_size_h'); ?>" class="small-text" /> 
    59 </fieldset></td> 
    60 </tr> 
     52<tr valign="top">
     53<th scope="row"><?php _e('Large size') ?></th>
     54<td><fieldset><legend class="hidden"><?php _e('Large size') ?></legend>
     55<label for="large_size_w"><?php _e('Max Width'); ?></label>
     56<input name="large_size_w" type="text" id="large_size_w" value="<?php form_option('large_size_w'); ?>" class="small-text" />
     57<label for="large_size_h"><?php _e('Max Height'); ?></label>
     58<input name="large_size_h" type="text" id="large_size_h" value="<?php form_option('large_size_h'); ?>" class="small-text" />
     59</fieldset></td>
     60</tr>
    6161
    6262<?php do_settings_fields('media', 'default'); ?>
Note: See TracChangeset for help on using the changeset viewer.