Make WordPress Core


Ignore:
Timestamp:
05/09/2023 11:17:14 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve HTML API file and class headers per the documentation standards.

Follow-up to [55203], [55304], [55718], [55724], [55727].

See #57840.

File:
1 edited

Legend:

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

    r55203 r55734  
    11<?php
    22/**
    3  * HTML Span: Represents a textual span inside an HTML document.
     3 * HTML API: WP_HTML_Span class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Represents a textual span inside an HTML document.
     11 * Core class used by the HTML tag processor to represent a textual span
     12 * inside an HTML document.
    1213 *
    13  * This is a two-tuple in disguise, used to avoid the memory
    14  * overhead involved in using an array for the same purpose.
     14 * This is a two-tuple in disguise, used to avoid the memory overhead
     15 * involved in using an array for the same purpose.
    1516 *
    1617 * This class is for internal usage of the WP_HTML_Tag_Processor class.
Note: See TracChangeset for help on using the changeset viewer.