Make WordPress Core


Ignore:
Timestamp:
09/27/2008 09:49:27 AM (16 years ago)
Author:
westi
Message:

phpdoc for the default and classic themes. See #7550 props jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/searchform.php

    r7883 r8999  
     1<?php
     2/**
     3 * @package WordPress
     4 * @subpackage Default_Theme
     5 */
     6?>
    17<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
    28<label class="hidden" for="s"><?php _e('Search for:'); ?></label>
Note: See TracChangeset for help on using the changeset viewer.