Changeset 57825
- Timestamp:
- 03/13/2024 10:42:32 AM (7 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/interactivity-api/class-wp-interactivity-api.php
r57649 r57825 205 205 */ 206 206 public function process_directives( string $html ): string { 207 if ( ! str_contains( $html, 'data-wp-' ) ) { 208 return $html; 209 } 210 207 211 $context_stack = array(); 208 212 $namespace_stack = array();
Note: See TracChangeset
for help on using the changeset viewer.