From 5e0592d8f431eb1dc262cc02cf2d6b2201d0a410 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 May 2023 11:19:21 +0000 Subject: [PATCH] Docs: Improve HTML API file and class headers per the documentation standards. Follow-up to [55203], [55304], [55718], [55724], [55727]. See #57840. Built from https://develop.svn.wordpress.org/trunk@55734 git-svn-id: http://core.svn.wordpress.org/trunk@55246 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/html-api/class-wp-html-attribute-token.php | 5 +++-- wp-includes/html-api/class-wp-html-span.php | 9 +++++---- wp-includes/html-api/class-wp-html-tag-processor.php | 4 +++- wp-includes/html-api/class-wp-html-text-replacement.php | 5 +++-- .../class-wp-style-engine-css-declarations.php | 2 +- wp-includes/version.php | 2 +- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/wp-includes/html-api/class-wp-html-attribute-token.php b/wp-includes/html-api/class-wp-html-attribute-token.php index 2c52164a97..f938609e41 100644 --- a/wp-includes/html-api/class-wp-html-attribute-token.php +++ b/wp-includes/html-api/class-wp-html-attribute-token.php @@ -1,6 +1,6 @@