From 62709d3d261ffb6bead21345ec9aaaf00765dbdd Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Fri, 10 Sep 2021 16:30:57 +0000 Subject: [PATCH] Tests: Add tests for `wpdb::_real_escape()`. Adds a new dedicated test file. Adds a test to check that various input types passed to `wpdb::_real_escape()` are handled correctly. Note: This new test does not test the actual escaping or other logic in the function. Rather, it just and only tests and documents how the function handles various input types. Props jrf, hellofromTonya. See #53363. Built from https://develop.svn.wordpress.org/trunk@51798 git-svn-id: http://core.svn.wordpress.org/trunk@51405 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7ef05372e1..af7270325a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51797'; +$wp_version = '5.9-alpha-51798'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.