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.php

    r1213 r1239  
    7171  <fieldset>
    7272  <legend><?php _e('Show Posts That Contain...') ?></legend>
    73   <input type="text" name="s" value="<?php echo $s; ?>" size="17" />
     73  <input type="text" name="s" value="<?php if (isset($s)) echo $s; ?>" size="17" />
    7474  <input type="submit" name="submit" value="<?php _e('Search') ?>"  />
    7575  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.