diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index df1cfa1881..525e51f0cf 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -982,7 +982,7 @@ function wp_dashboard_recent_posts( $args ) { 'order' => $args['order'], 'posts_per_page' => (int) $args['max'], 'no_found_rows' => true, - 'cache_results' => false, + 'cache_results' => true, 'perm' => ( 'future' === $args['status'] ) ? 'editable' : 'readable', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 2fd9094166..4879be96d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55894'; +$wp_version = '6.3-alpha-55895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.