From 3208c28c074012e74dd68eed0613131b555ab0f8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 3 Oct 2024 23:44:19 +0000 Subject: [PATCH] Tests: Bring some consistency to `links_add_base_url()` and `links_add_target()` tests. Includes: * Correcting the test class name as per the naming conventions. * Documenting data provider values using hash notation. * Passing the `$attrs` parameter to the function if not `null`. Follow-up to [26328], [55563], [59162]. See #61530. Built from https://develop.svn.wordpress.org/trunk@59163 git-svn-id: http://core.svn.wordpress.org/trunk@58558 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 d332ee6eb8..4e4e9ad89a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta1-59162'; +$wp_version = '6.7-beta1-59163'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.