From 6ceb0279af746e22fdfbc5c44f9d44368fcc2e04 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Nov 2019 18:30:03 +0000 Subject: [PATCH] Help/About: Move images to the CDN. Props ryelle. Fixes #47708. Built from https://develop.svn.wordpress.org/trunk@46724 git-svn-id: http://core.svn.wordpress.org/trunk@46524 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 a5541669ec..3a7865a9fe 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -118,7 +118,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- +
@@ -126,7 +126,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index c59e03a6c5..94a0b07b87 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46722'; +$wp_version = '5.4-alpha-46724'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.