Make WordPress Core


Ignore:
Timestamp:
09/22/2026 04:05:00 AM (39 hours 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-processor.php

    r63463 r63790  
    258258         * Context node if created as a fragment parser.
    259259         *
     260         * @since 6.6.0
    260261         * @var WP_HTML_Token|null
    261262         */
     
    51335134        /**
    51345135         * Indicates the namespace of the current token, or "html" if there is none.
     5136         *
     5137         * @since 6.7.0
    51355138         *
    51365139         * @return string One of "html", "math", or "svg".
     
    66526655         * doing so with a full understanding that it's intended to be a private API.
    66536656         *
     6657         * @since 6.4.0
    66546658         * @access private
    66556659         */
Note: See TracChangeset for help on using the changeset viewer.