Make WordPress Core

Changeset 950


Ignore:
Timestamp:
02/27/2004 07:22:56 PM (21 years ago)
Author:
saxmatt
Message:

Label on search form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r945 r950  
    7676    </ul>
    7777 </li>
    78  <li id="search">Search:
    79     <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
     78 <li id="search">
     79   <label for="s">Search:</label>   
     80   <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
    8081    <div>
    81         <input type="text" name="s" size="15" /><br />
     82        <input type="text" name="s" id="s" size="15" /><br />
    8283        <input type="submit" name="submit" value="search" />
    8384    </div>
Note: See TracChangeset for help on using the changeset viewer.