From ace691cd9273833424fe8044ed2132d85d03ee38 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Nov 2019 18:32:03 +0000 Subject: [PATCH] Help/About: Move images to the CDN. Props ryelle. Merges [46724] to the 5.3 branch. Fixes #47708. Built from https://develop.svn.wordpress.org/branches/5.3@46725 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46525 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 6b180780c9..6bee7bca8b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC5-46723'; +$wp_version = '5.3-RC5-46725'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.