Make WordPress Core


Ignore:
Timestamp:
09/22/2026 04:05:00 AM (2 days ago)
Author:
wildworks
Message:

Docs: Add missing @since tags to several core classes.

Adds @since tags to 27 functions, methods, properties, and class constants across ten files that had no version tag at all.

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

Props mukesh27, som9663, wildworks.
See #65860.

File:
1 edited

Legend:

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

    r63656 r63790  
    690690         * Whether the current tag is an opening tag, e.g. <div>, or a closing tag, e.g. </div>.
    691691         *
     692         * @since 6.2.0
    692693         * @var bool
    693694         */
     
    13811382         * Releasing a bookmark frees up the small
    13821383         * performance overhead it requires.
     1384         *
     1385         * @since 6.2.0
    13831386         *
    13841387         * @param string $name Name of the bookmark to remove.
     
    50875090         * its information.
    50885091         *
     5092         * @since 6.7.0
     5093         *
    50895094         * @return WP_HTML_Doctype_Info|null The DOCTYPE declaration information or `null` if not
    50905095         *                                   currently at a DOCTYPE node.
Note: See TracChangeset for help on using the changeset viewer.