Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59891


Ignore:
Timestamp:
11/11/2023 03:37:09 PM (18 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59891

    • Property Focuses docs added
  • Ticket #59891 – Description

    initial v1  
    33The examples in the documentation reference:
    44https://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_name property:
     5using 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:
    66The example under Modifying HTML attributes for a found tag should be:
    77