From 0e68847294caa343a9a04a413ea281b0e0e1c841 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sat, 3 Jan 2026 06:17:37 +0000 Subject: [PATCH] Code Modernization: Update `tests` to use null coalescing operator in place of `isset()` in ternaries. Developed as a subset of https://github.com/WordPress/wordpress-develop/pull/10654 Follow-up to [61404], [61403]. See #58874, #63430. Built from https://develop.svn.wordpress.org/trunk@61424 git-svn-id: http://core.svn.wordpress.org/trunk@60736 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 25d3386a87..b5c2f7f584 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61423'; +$wp_version = '7.0-alpha-61424'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.