Make WordPress Core

Changeset 61792


Ignore:
Timestamp:
03/03/2026 12:36:18 PM (6 months ago)
Author:
jonsurrell
Message:

HTML API: Remove incorrect "stub implementation" since annotations.

Developed in https://github.com/WordPress/wordpress-develop/pull/11076.

Props jonsurrell, westonruter.
See #64224.

File:
1 edited

Legend:

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

    r61756 r61792  
    16561656         * logic for the generalized WP_HTML_Processor::step() function.
    16571657         *
    1658          * @since 6.7.0 Stub implementation.
     1658         * @since 6.7.0
    16591659         *
    16601660         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    19751975         * logic for the generalized WP_HTML_Processor::step() function.
    19761976         *
    1977          * @since 6.7.0 Stub implementation.
     1977         * @since 6.7.0
    19781978         *
    19791979         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    20782078         * logic for the generalized WP_HTML_Processor::step() function.
    20792079         *
    2080          * @since 6.7.0 Stub implementation.
     2080         * @since 6.7.0
    20812081         *
    20822082         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    42694269         * logic for the generalized WP_HTML_Processor::step() function.
    42704270         *
    4271          * @since 6.7.0 Stub implementation.
     4271         * @since 6.7.0
    42724272         *
    42734273         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    43984398         * logic for the generalized WP_HTML_Processor::step() function.
    43994399         *
    4400          * @since 6.7.0 Stub implementation.
     4400         * @since 6.7.0
    44014401         *
    44024402         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    44874487         * logic for the generalized WP_HTML_Processor::step() function.
    44884488         *
    4489          * @since 6.7.0 Stub implementation.
     4489         * @since 6.7.0
    44904490         *
    44914491         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    46064606         * logic for the generalized WP_HTML_Processor::step() function.
    46074607         *
    4608          * @since 6.7.0 Stub implementation.
     4608         * @since 6.7.0
    46094609         *
    46104610         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    46914691         * logic for the generalized WP_HTML_Processor::step() function.
    46924692         *
    4693          * @since 6.7.0 Stub implementation.
     4693         * @since 6.7.0
    46944694         *
    46954695         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    47544754         * logic for the generalized WP_HTML_Processor::step() function.
    47554755         *
    4756          * @since 6.7.0 Stub implementation.
     4756         * @since 6.7.0
    47574757         *
    47584758         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
     
    48224822         * logic for the generalized WP_HTML_Processor::step() function.
    48234823         *
    4824          * @since 6.7.0 Stub implementation.
     4824         * @since 6.7.0
    48254825         *
    48264826         * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
Note: See TracChangeset for help on using the changeset viewer.