From 78b5f27b1e5b40c8d59a5c0530ea749f5e6759ae Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Thu, 9 Sep 2021 22:44:56 +0000 Subject: [PATCH] Tests: Add more invalid IP test cases and `@covers` to `Tests_Functions_Anonymization`. Adds a few more invalid IP test cases. Adds extra `@covers` tag for the two functions which are testing the `wp_privacy_anonymize_ip()` function. (At class level, the `wp_privacy_anonymize_data()` is set as covered). Follow-up to [42971]. Props jrf, hellofromTonya. See #53363. Built from https://develop.svn.wordpress.org/trunk@51792 git-svn-id: http://core.svn.wordpress.org/trunk@51399 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 6db5b347da..d36ffdfb1e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51791'; +$wp_version = '5.9-alpha-51792'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.