Make WordPress Core


Ignore:
Timestamp:
10/02/2008 06:03:45 PM (16 years ago)
Author:
ryan
Message:

Restore search boxes. CSS to-do. Props Viper007Bond. see #7552

File:
1 edited

Legend:

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

    r9054 r9069  
    144144
    145145<form id="posts-filter" action="" method="get">
     146
     147<p id="post-search">
     148    <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label>
     149    <input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
     150    <input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" />
     151</p>
     152
    146153<div class="tablenav">
    147154
Note: See TracChangeset for help on using the changeset viewer.