Make WordPress Core


Ignore:
Timestamp:
10/02/2008 06:03:45 PM (17 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/upload.php

    r9054 r9069  
    254254
    255255<form id="posts-filter" action="" method="get">
     256
     257<p id="post-search">
     258    <label class="hidden" for="post-search-input"><?php _e( 'Search Media' ); ?>:</label>
     259    <input type="text" id="post-search-input" name="s" value="<?php the_search_query(); ?>" />
     260    <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" />
     261</p>
    256262
    257263<div class="tablenav">
Note: See TracChangeset for help on using the changeset viewer.