Make WordPress Core

Changeset 51609


Ignore:
Timestamp:
08/13/2021 03:49:10 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @since version for the wp_parse_str filter.

The filter was introduced along with the wp_parse_str() function in WordPress 2.2.1.

Follow-up to [5709], [8662], [26485].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r51597 r51609  
    49704970     * Filters the array of variables derived from a parsed string.
    49714971     *
    4972      * @since 2.3.0
     4972     * @since 2.2.1
    49734973     *
    49744974     * @param array $array The array populated with variables.
Note: See TracChangeset for help on using the changeset viewer.