Commit 0e68847294 for wordpress.org

commit 0e68847294caa343a9a04a413ea281b0e0e1c841
Author: Weston Ruter <weston@xwp.co>
Date:   Sat Jan 3 06:17:37 2026 +0000

    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

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.