Make WordPress Core

Changeset 61494


Ignore:
Timestamp:
01/17/2026 12:39:01 AM (3 months ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [61020].

Props nareshbheda.
Fixes #64517.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/interactivity-api/class-wp-interactivity-api.php

    r61474 r61494  
    637637     * @since 6.6.0 Removed `default_namespace` and `context` arguments.
    638638     * @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.
    640640     *
    641641     * @param array $entry An array containing a whole directive entry with its namespace, value, suffix, or unique ID.
Note: See TracChangeset for help on using the changeset viewer.