Make WordPress Core


Ignore:
Timestamp:
04/27/2007 12:47:01 AM (19 years ago)
Author:
rob1n
Message:

Add id attribute where it's only name. fixes #3696

File:
1 edited

Legend:

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

    r5094 r5323  
    7777  <fieldset>
    7878  <legend><?php _e('Search Posts&hellip;') ?></legend>
    79   <input type="text" name="s" value="<?php if (isset($s)) echo attribute_escape($s); ?>" size="17" />
     79  <input type="text" name="s" id="s" value="<?php if (isset($s)) echo attribute_escape($s); ?>" size="17" />
    8080  <input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" />
    8181  </fieldset>
Note: See TracChangeset for help on using the changeset viewer.