Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:32:58 PM (17 years ago)
Author:
ryan
Message:

Remove trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r5909 r6026  
    4040<div class="wrap">
    4141<h2><?php _e('Comments'); ?></h2>
    42 <form name="searchform" action="" method="get" id="editcomments"> 
    43   <fieldset> 
    44   <legend><?php _e('Show Comments That Contain...') ?></legend> 
    45   <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" /> 
    46   <input type="submit" name="submit" value="<?php _e('Search') ?>"  /> 
     42<form name="searchform" action="" method="get" id="editcomments">
     43  <fieldset>
     44  <legend><?php _e('Show Comments That Contain...') ?></legend>
     45  <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" />
     46  <input type="submit" name="submit" value="<?php _e('Search') ?>"  />
    4747  <input type="hidden" name="mode" value="<?php echo $mode; ?>" />
    4848  <?php _e('(Searches within comment text, e-mail, URL, and IP address.)') ?>
    49   </fieldset> 
     49  </fieldset>
    5050</form>
    5151<p><a href="?mode=view"><?php _e('View Mode') ?></a> | <a href="?mode=edit"><?php _e('Mass Edit Mode') ?></a></p>
     
    8989
    9090$page_links = paginate_links( array(
    91     'base' => add_query_arg( 'apage', '%#%' ), 
     91    'base' => add_query_arg( 'apage', '%#%' ),
    9292    'format' => '',
    9393    'total' => ceil($total / 20),
     
    177177        } ?></td>
    178178  </tr>
    179         <?php 
     179        <?php
    180180        } // end foreach
    181181    ?></table>
Note: See TracChangeset for help on using the changeset viewer.