Commit b66c13396f for wordpress.org
commit b66c13396fe8c3f0b720ef5f3ebbc96a12819b8e
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 14 17:53:51 2026 +0000
Tests: Remove redundant arguments from hook removal calls.
Remove the unsupported fourth argument from remove_filter() and remove_action() calls in the test suite. Omit the default priority of 10 while retaining non-default priorities.
Developed in: https://github.com/WordPress/wordpress-develop/pull/12835
Props soean.
See #65819.
Built from https://develop.svn.wordpress.org/trunk@63616
git-svn-id: http://core.svn.wordpress.org/trunk@62792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index fb3f5097c2..44b00399a5 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63615';
+$wp_version = '7.2-alpha-63616';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.