Make WordPress Core


Ignore:
Timestamp:
05/07/2004 11:56:33 PM (21 years ago)
Author:
saxmatt
Message:

E_ALL fixes and cleanups.

File:
1 edited

Legend:

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

    r1131 r1239  
    3232  <fieldset>
    3333  <legend><?php _e('Show Comments That Contain...') ?></legend>
    34   <input type="text" name="s" value="<?php echo $s; ?>" size="17" />
     34  <input type="text" name="s" value="<?php if (isset($s)) echo $s; ?>" size="17" />
    3535  <input type="submit" name="submit" value="<?php _e('Search') ?>"  /> 
    3636  <input type="hidden" name="mode" value="<?php echo $mode; ?>" />
Note: See TracChangeset for help on using the changeset viewer.