Make WordPress Core


Ignore:
Timestamp:
05/09/2023 11:17:14 AM (2 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-tag-processor.php

    r55727 r55734  
    11<?php
    22/**
     3 * HTML API: WP_HTML_Tag_Processor class
     4 *
    35 * Scans through an HTML document to find specific tags, then
    46 * transforms those tags by adding, removing, or updating the
     
    2830
    2931/**
    30  * Modifies attributes in an HTML document for tags matching a query.
     32 * Core class used to modify attributes in an HTML document for tags matching a query.
    3133 *
    3234 * ## Usage
Note: See TracChangeset for help on using the changeset viewer.