Make WordPress Core


Ignore:
Timestamp:
05/12/2009 07:12:50 PM (15 years ago)
Author:
azaozz
Message:

Fix notice in wp-admin/includes/widgets.php

File:
1 edited

Legend:

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

    r11247 r11309  
    192192
    193193    <div class="widget-control-actions">
    194         <a class="button widget-control-remove alignleft" href="<?php echo $edit ? clean_url( add_query_arg( array( 'remove' => $id_format, 'key' => $key, '_wpnonce' => $nonce ) ) ) : '#remove'; ?>"><?php _e('Remove'); ?></a>
     194        <a class="button widget-control-remove alignleft" href="#remove"><?php _e('Remove'); ?></a>
    195195<?php       if ( 'noform' !== $has_form ) { ?>
    196196        <input type="submit" name="savewidget" class="button-primary widget-control-save alignright" value="<?php esc_attr_e('Save'); ?>" />
Note: See TracChangeset for help on using the changeset viewer.