From f600647e22d7a861b6be5bd93e156f45157d39bb Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Tue, 16 Jul 2019 22:19:55 +0000
Subject: [PATCH] Site Health: Replace "harddrive" with "device" on Site Health
Info screen.
Props chetan200891, timhavinga, Cybr, Clorith.
Fixes #46965.
Built from https://develop.svn.wordpress.org/trunk@45648
git-svn-id: http://core.svn.wordpress.org/trunk@45459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/site-health-info.php | 2 +-
wp-includes/version.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php
index d65581d9c2..903e914b5e 100644
--- a/wp-admin/site-health-info.php
+++ b/wp-admin/site-health-info.php
@@ -85,7 +85,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 74d947cadc..844494834a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.3-alpha-45647';
+$wp_version = '5.3-alpha-45648';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.