Make WordPress Core


Ignore:
Timestamp:
03/20/2008 04:39:23 AM (18 years ago)
Author:
markjaquith
Message:

Multi-widgets should never be removed if you click cancel. props mdawaffe. fixes #6291

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r7406 r7411  
    184184                'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.")
    185185            ) );
    186             $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080313' );
     186            $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080319' );
    187187            $this->localize( 'admin-widgets', 'widgetsL10n', array(
    188188                'add' => __('Add'),
Note: See TracChangeset for help on using the changeset viewer.