Commit c5e6eb2342 for wordpress.org

commit c5e6eb23420986869b801dfc592c586497989568
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Sat Jan 17 00:39:34 2026 +0000

    Docs: Correct typo in `WP_Interactivity_API::evaluate()` DocBlock.

    Follow-up to [61020].

    Props nareshbheda.
    Fixes #64517.
    Built from https://develop.svn.wordpress.org/trunk@61494


    git-svn-id: http://core.svn.wordpress.org/trunk@60805 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/interactivity-api/class-wp-interactivity-api.php b/wp-includes/interactivity-api/class-wp-interactivity-api.php
index f2c66b07fc..f8ac1b2b69 100644
--- a/wp-includes/interactivity-api/class-wp-interactivity-api.php
+++ b/wp-includes/interactivity-api/class-wp-interactivity-api.php
@@ -636,7 +636,7 @@ final class WP_Interactivity_API {
 	 * @since 6.6.0 The function now adds a warning when the namespace is null, falsy, or the directive value is empty.
 	 * @since 6.6.0 Removed `default_namespace` and `context` arguments.
 	 * @since 6.6.0 Add support for derived state.
-	 * @since 6.9.0 Recieve $entry as an argument instead of the directive value string.
+	 * @since 6.9.0 Receive $entry as an argument instead of the directive value string.
 	 *
 	 * @param array $entry An array containing a whole directive entry with its namespace, value, suffix, or unique ID.
 	 * @return mixed|null The result of the evaluation. Null if the reference path doesn't exist or the namespace is falsy.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 69436bbe21..f4878b94a9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61493';
+$wp_version = '7.0-alpha-61494';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.