mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user