Changeset 11318 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 05/13/2009 10:28:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r11204 r11318 368 368 $drafts_query = new WP_Query( array( 369 369 'post_type' => 'post', 370 'what_to_show' => 'posts',371 370 'post_status' => 'draft', 372 371 'author' => $GLOBALS['current_user']->ID, … … 435 434 $drafts_query = new WP_Query( array( 436 435 'post_type' => 'post', 437 'what_to_show' => 'posts',438 436 'post_status' => 'draft', 439 437 'author' => $GLOBALS['current_user']->ID,
Note: See TracChangeset
for help on using the changeset viewer.