Fix saving and deleting of widgets settings for no-js and for some non-standard widgets, run the actions from the widgets screen when saving with ajax, see #9511

git-svn-id: http://svn.automattic.com/wordpress/trunk@11427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-05-22 12:08:51 +00:00
parent 54998219dc
commit 0632395ad6
5 changed files with 172 additions and 221 deletions

View File

@@ -240,7 +240,7 @@ div#sidebar-info {
display: block;
font-size: 11px;
font-weight: normal;
line-height: 24px;
line-height: 26px;
padding: 0 8px 0 0;
}
@@ -256,7 +256,7 @@ a.widget-control-edit {
#available-widgets .widget-control-edit .add,
#widgets-right .widget-control-edit .edit,
#wp_inactive_widgets .widget-control-edit .edit {
display: block;
display: inline;
}
.editwidget {