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/post.php

    r14585 r14815  
    132132                // output the quickpress dashboard widget
    133133                require_once(ABSPATH . 'wp-admin/includes/dashboard.php');
    134                 wp_dashboard_quick_press();
     134                wp_dashboard_quick_press_output();
    135135                exit;
    136136        }
Note: See TracChangeset for help on using the changeset viewer.