From aaf90076c5967941fb9325ffd904da6567faa17c Mon Sep 17 00:00:00 2001 From: ryelle Date: Tue, 8 Dec 2020 17:02:06 +0000 Subject: [PATCH] Help/About: Use CDN URLs for About page images. See #51415. Built from https://develop.svn.wordpress.org/trunk@49770 git-svn-id: http://core.svn.wordpress.org/trunk@49493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index e60c56b3c3..13269ad58f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,7 +108,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
@@ -146,7 +146,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index aa2b45ffd1..2e09780032 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49769'; +$wp_version = '5.7-alpha-49770'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.