Make WordPress Core


Ignore:
Timestamp:
05/13/2009 10:28:56 PM (16 years ago)
Author:
ryan
Message:

Remove vestiges of what_to_show. Props filosofo. fixes #9815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r11204 r11318  
    368368            $drafts_query = new WP_Query( array(
    369369                'post_type' => 'post',
    370                 'what_to_show' => 'posts',
    371370                'post_status' => 'draft',
    372371                'author' => $GLOBALS['current_user']->ID,
     
    435434        $drafts_query = new WP_Query( array(
    436435            'post_type' => 'post',
    437             'what_to_show' => 'posts',
    438436            'post_status' => 'draft',
    439437            'author' => $GLOBALS['current_user']->ID,
Note: See TracChangeset for help on using the changeset viewer.