From 775ae0b5f6eccff1cb8edfc7a95db7b45f233968 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 18 Mar 2022 12:44:04 +0000 Subject: [PATCH] Themes: Add version to theme screenshot URL in `WP_Themes_List_Table`. Follow-up to [52947]. See #53370. Built from https://develop.svn.wordpress.org/trunk@52948 git-svn-id: http://core.svn.wordpress.org/trunk@52537 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-themes-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 233dc8c6d5..590c242cb7 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/wp-admin/includes/class-wp-themes-list-table.php @@ -247,12 +247,12 @@ class WP_Themes_List_Table extends WP_List_Table { - + - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 38bc5be131..5cdd6b6eab 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52947'; +$wp_version = '6.0-alpha-52948'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.