Make WordPress Core


Ignore:
Timestamp:
03/13/2008 09:33:11 PM (18 years ago)
Author:
westi
Message:

Better protection against double widget insertion. Fixes #6191 props mdawaffe.

File:
1 edited

Legend:

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

    r7270 r7275  
    175175                'confirmText' => __("Are you sure you want to delete the file '%title%'?\nClick ok to delete or cancel to go back.")
    176176            ) );
    177             $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080305' );
     177            $this->add( 'admin-widgets', '/wp-admin/js/widgets.js', array( 'interface' ), '20080313' );
    178178            $this->localize( 'admin-widgets', 'widgetsL10n', array(
    179179                'add' => __('Add'),
Note: See TracChangeset for help on using the changeset viewer.