Make WordPress Core


Ignore:
Timestamp:
02/22/2008 05:30:43 PM (17 years ago)
Author:
ryan
Message:

Validation fixes from nbachiyski. fixes #5962

File:
1 edited

Legend:

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

    r6950 r6980  
    182182    <p id="widget-search">
    183183        <input type="text" id="widget-search-input" name="s" value="<?php echo attribute_escape( $widget_search ); ?>" />
    184         <input type="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" class="button" />
     184        <input type="submit" class="button" value="<?php _e( 'Search Widgets' ); ?>" />
    185185    </p>
    186186
Note: See TracChangeset for help on using the changeset viewer.