General: Account for Sec-CH-UA-Mobile client hint request header in wp_is_mobile().

Add missing test coverage for `wp_is_mobile()`.

Fixes #59370.
Props westonruter, flixos90.

Built from https://develop.svn.wordpress.org/trunk@56638


git-svn-id: http://core.svn.wordpress.org/trunk@56150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2023-09-20 20:51:19 +00:00
parent ebfa9be225
commit 09d8bc184b
2 changed files with 7 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56637';
$wp_version = '6.4-alpha-56638';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.