Make WordPress Core


Ignore:
Timestamp:
04/20/2005 04:06:37 AM (19 years ago)
Author:
matt
Message:

More sanitization cleanups

File:
1 edited

Legend:

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

    r2481 r2557  
    8989  <fieldset>
    9090  <legend><?php _e('Search Posts&hellip;') ?></legend>
    91   <input type="text" name="s" value="<?php if (isset($s)) echo $s; ?>" size="17" />
     91  <input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" />
    9292  <input type="submit" name="submit" value="<?php _e('Search') ?>"  />
    9393  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.