Don't load the QuickPress widget via XHR. see #16927. Reverts [16725] as it's no longer needed. Reverts part of [14815], which introduced the behavior, see #10917.

git-svn-id: https://develop.svn.wordpress.org/trunk@17743 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-04-28 12:02:24 +00:00
parent e2c4a1b26e
commit 28a5ec7c1c
9 changed files with 20 additions and 25 deletions
-8
View File
@@ -277,14 +277,6 @@ div.postbox div.inside {
margin-right: 10px;
}
#dashboard_quick_press {
min-height: 200px;
}
#dashboard_quick_press.closed {
min-height: 0;
}
#dashboard_quick_press .input-text-wrap,
#dashboard_quick_press .textarea-wrap {
margin: 0 0 1em 5em;