Ticket #8243: dashboard.patch
File dashboard.patch, 510 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/dashboard.php
483 483 function wp_dashboard_recent_drafts( $drafts = false ) { 484 484 if ( !$drafts ) { 485 485 $drafts_query = new WP_Query( array( 486 'post_type' => ' post',486 'post_type' => 'any', 487 487 'post_status' => 'draft', 488 488 'author' => $GLOBALS['current_user']->ID, 489 489 'posts_per_page' => 5,