diff --git a/src/wp-includes/interactivity-api/class-wp-interactivity-api.php b/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
index f2c66b07fc..f8ac1b2b69 100644
|
a
|
b
|
final class WP_Interactivity_API {
|
| 636 | 636 | * @since 6.6.0 The function now adds a warning when the namespace is null, falsy, or the directive value is empty. |
| 637 | 637 | * @since 6.6.0 Removed `default_namespace` and `context` arguments. |
| 638 | 638 | * @since 6.6.0 Add support for derived state. |
| 639 | | * @since 6.9.0 Recieve $entry as an argument instead of the directive value string. |
| | 639 | * @since 6.9.0 Receive $entry as an argument instead of the directive value string. |
| 640 | 640 | * |
| 641 | 641 | * @param array $entry An array containing a whole directive entry with its namespace, value, suffix, or unique ID. |
| 642 | 642 | * @return mixed|null The result of the evaluation. Null if the reference path doesn't exist or the namespace is falsy. |