Make WordPress Core


Ignore:
Timestamp:
05/31/2009 11:34:08 AM (16 years ago)
Author:
azaozz
Message:

Reload the widget form with the ajax response after save, add Close link to the widgets, don't auto-close on save to show possible errors returned from validation

File:
1 edited

Legend:

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

    r11484 r11498  
    298298        }
    299299
    300         unset($settings['_multiwidget']);
     300        unset($settings['_multiwidget'], $settings['__i__']);
    301301        return $settings;
    302302    }
Note: See TracChangeset for help on using the changeset viewer.