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-text-replacement.php

    r55203 r55734  
    11<?php
    22/**
    3  * HTML Tag Processor: Text replacement class.
     3 * HTML API: WP_HTML_Text_Replacement class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Data structure used to replace existing content from start to end that allows to drastically improve performance.
     11 * Core class used by the HTML tag processor as a data structure for replacing
     12 * existing content from start to end, allowing to drastically improve performance.
    1213 *
    1314 * This class is for internal usage of the WP_HTML_Tag_Processor class.
Note: See TracChangeset for help on using the changeset viewer.