WordPress/wp-includes/html-api
Sergey Biryukov 80e5ebb0cc Coding Standards: Always declare visibility for class methods.
This adds a missing `public` keyword for `WP_HTML_Tag_Processor::get_attribute_names_with_prefix()`.

Follow-up to [55203].

Props jrf.
See #58831.
Built from https://develop.svn.wordpress.org/trunk@56301


git-svn-id: http://core.svn.wordpress.org/trunk@55813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-07-25 13:16:21 +00:00
..
class-wp-html-active-formatting-elements.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00
class-wp-html-attribute-token.php Docs: Improve HTML API file and class headers per the documentation standards. 2023-05-09 11:19:21 +00:00
class-wp-html-open-elements.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00
class-wp-html-processor-state.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00
class-wp-html-processor.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00
class-wp-html-span.php Docs: Improve HTML API file and class headers per the documentation standards. 2023-05-09 11:19:21 +00:00
class-wp-html-tag-processor.php Coding Standards: Always declare visibility for class methods. 2023-07-25 13:16:21 +00:00
class-wp-html-text-replacement.php Docs: Improve HTML API file and class headers per the documentation standards. 2023-05-09 11:19:21 +00:00
class-wp-html-token.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00
class-wp-html-unsupported-exception.php HTML-API: Introduce minimal HTML Processor. 2023-07-20 13:43:25 +00:00