- Timestamp:
- 11/17/2023 06:44:57 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4/src/wp-includes/html-api/class-wp-html-tag-processor.php
r56953 r57117 117 117 * Example: 118 118 * 119 * if ( $tags->next_tag( array( 'class ' => 'wp-group-block' ) ) ) {119 * if ( $tags->next_tag( array( 'class_name' => 'wp-group-block' ) ) ) { 120 120 * $tags->set_attribute( 'title', 'This groups the contained content.' ); 121 121 * $tags->remove_attribute( 'data-test-id' );
Note: See TracChangeset
for help on using the changeset viewer.