From bf1100536664ed8a4476626cf88a88fcf4bd86ca Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 May 2023 11:17:14 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55734 602fd350-edb4-49c9-b593-d223f7449a82 --- .../html-api/class-wp-html-attribute-token.php | 5 +++-- src/wp-includes/html-api/class-wp-html-span.php | 9 +++++---- src/wp-includes/html-api/class-wp-html-tag-processor.php | 4 +++- .../html-api/class-wp-html-text-replacement.php | 5 +++-- .../class-wp-style-engine-css-declarations.php | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/wp-includes/html-api/class-wp-html-attribute-token.php b/src/wp-includes/html-api/class-wp-html-attribute-token.php index 2c52164a97..f938609e41 100644 --- a/src/wp-includes/html-api/class-wp-html-attribute-token.php +++ b/src/wp-includes/html-api/class-wp-html-attribute-token.php @@ -1,6 +1,6 @@