mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Improve HTML API file and class headers per the documentation standards.
Follow-up to [55203], [55304], [55718], [55724], [55727]. See #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@55734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* HTML Tag Processor: Attribute token structure class.
|
||||
* HTML API: WP_HTML_Attribute_Token class
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage HTML-API
|
||||
@@ -8,7 +8,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Data structure for the attribute token that allows to drastically improve performance.
|
||||
* Core class used by the HTML tag processor as a data structure for the attribute token,
|
||||
* allowing to drastically improve performance.
|
||||
*
|
||||
* This class is for internal usage of the WP_HTML_Tag_Processor class.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user