Commit 2c659fa2da for wordpress.org
commit 2c659fa2da269f5024035af5ceaf9baaf3d9f6eb
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Thu Dec 18 21:58:29 2025 +0000
Tests: Use `assertEqualHTML()` in styles HTML tests.
This aims to make the tests more robust.
Follow-up to [287/tests], [749/tests], [25786], [31031], [36550], [46164], [48937], [52036], [61084], [61391].
Props jonsurrell.
See #64225.
Built from https://develop.svn.wordpress.org/trunk@61392
git-svn-id: http://core.svn.wordpress.org/trunk@60704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index a2f4aa6b1c..e4b0dd4842 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61391';
+$wp_version = '7.0-alpha-61392';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.