Make WordPress Core

Changeset 59747


Ignore:
Timestamp:
01/31/2025 02:20:54 AM (3 months ago)
Author:
jorbin
Message:

Documentation: Update @since to reflect version this might ship in.

When originally committed, this code was targeting 6.7.1. However, it was not backported and included in 6.7.1. Will this be followed up by another version change? You'll need to stay tuned to next week's episode of "As the WordPress Turns" to find out!

Follow-up to [59285] and [59364].

See #62270.

File:
1 edited

Legend:

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

    r59503 r59747  
    750750     *
    751751     * @since 6.5.0 Added for internal support; do not use.
    752      * @since 6.7.1 Refactored so subclasses may extend.
     752     * @since 6.7.2 Refactored so subclasses may extend.
    753753     *
    754754     * @return bool Whether a token was parsed.
     
    771771     * calls the {@see WP_HTML_Tag_Processor::base_class_next_token()} method.
    772772     *
    773      * @since 6.7.1 Added for internal support.
     773     * @since 6.7.2 Added for internal support.
    774774     *
    775775     * @access private
Note: See TracChangeset for help on using the changeset viewer.