Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12728 r12733  
    301301if( is_array($lang_files) && !empty($lang_files) ) {
    302302        ?>
    303         <tr valign="top"> 
    304                 <th width="33%" scope="row"><?php _e('Blog language:') ?></th> 
     303        <tr valign="top">
     304                <th width="33%" scope="row"><?php _e('Blog language:') ?></th>
    305305                <td>
    306306                        <select name="WPLANG" id="WPLANG">
     
    308308                        </select>
    309309                </td>
    310         </tr> 
     310        </tr>
    311311        <?php
    312312} // languages
Note: See TracChangeset for help on using the changeset viewer.