Make WordPress Core


Ignore:
Timestamp:
04/28/2011 12:02:24 PM (15 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r17228 r17743  
    128128                // output the quickpress dashboard widget
    129129                require_once(ABSPATH . 'wp-admin/includes/dashboard.php');
    130                 wp_dashboard_quick_press_output();
     130                wp_dashboard_quick_press();
    131131                exit;
    132132        }
Note: See TracChangeset for help on using the changeset viewer.