Accessibility: In back-compat code added for get_search_form() in [44956], when checking the (previously boolean) $args value, account for non-strict comparison.

Props dkarfa, sachyya-sachet.
Fixes #47177. See #42057.
Built from https://develop.svn.wordpress.org/trunk@45340


git-svn-id: http://core.svn.wordpress.org/trunk@45151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-05-17 02:22:53 +00:00
parent 00255ae0be
commit e06afa8a80
2 changed files with 10 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45338';
$wp_version = '5.3-alpha-45340';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.