Ensure that QuickPress media uploads get attached to the auto-draft we create for new posts correctly. Fixes #10917 props ocean90.

git-svn-id: https://develop.svn.wordpress.org/trunk@14815 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2010-05-23 07:58:06 +00:00
parent b93faecc52
commit ca3fead69d
6 changed files with 42 additions and 12 deletions
+4
View File
@@ -32,6 +32,10 @@ case 'dashboard_secondary' :
case 'dashboard_plugins' :
wp_dashboard_plugins_output();
break;
case 'dashboard_quick_press' :
wp_dashboard_quick_press_output();
break;
}