diff --git a/wp-includes/theme.php b/wp-includes/theme.php index c2a3a7e838..1a84314777 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -1500,7 +1500,6 @@ function header_image() { function get_uploaded_header_images() { $header_images = array(); - // @todo Caching. $headers = get_posts( array( 'post_type' => 'attachment', diff --git a/wp-includes/version.php b/wp-includes/version.php index f8ed1d08a4..c666e95061 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60978'; +$wp_version = '6.9-alpha-60979'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.