Make WordPress Core


Ignore:
Timestamp:
05/23/2010 07:58:06 AM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index-extra.php

    r14139 r14815  
    3333        wp_dashboard_plugins_output();
    3434        break;
     35       
     36case 'dashboard_quick_press' :
     37        wp_dashboard_quick_press_output();
     38        break;
    3539
    3640}
Note: See TracChangeset for help on using the changeset viewer.