Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-admin/includes/deprecated.php

    r18350 r18357  
    689689    return get_others_unpublished_posts($user_id, 'pending');
    690690}
    691 
    692 /**
    693  * Output the QuickPress dashboard widget.
    694  *
    695  * @since 3.0.0
    696  * @deprecated 3.2.0
    697  * @deprecated Use wp_dashboard_quick_press()
    698  * @see wp_dashboard_quick_press()
    699  */
    700 function wp_dashboard_quick_press_output() {
    701     _deprecated_function( __FUNCTION__, '3.2', 'wp_dashboard_quick_press()' );
    702     wp_dashboard_quick_press();
    703 }
Note: See TracChangeset for help on using the changeset viewer.