Changes between Initial Version and Version 1 of Ticket #59891
- Timestamp:
- 11/11/2023 03:37:09 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59891
- Property Focuses docs added
-
Ticket #59891 – Description
initial v1 3 3 The examples in the documentation reference: 4 4 https://developer.wordpress.org/reference/classes/wp_html_tag_processor/#modifying-html-attributes-for-a-found-tag 5 using the class parameter to query for an existing class on a tag. But the source code and code function documentation actually only suppor the class_nameproperty:5 using the class parameter to query for an existing class on a tag. But the source code and code function documentation actually only support the `class_name` property: 6 6 The example under Modifying HTML attributes for a found tag should be: 7 7