- Timestamp:
- 07/19/2024 11:42:14 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor-state.php
r58680 r58769 334 334 * @var WP_HTML_Open_Elements 335 335 */ 336 public $stack_of_open_elements = null;336 public $stack_of_open_elements; 337 337 338 338 /** … … 347 347 * @var WP_HTML_Active_Formatting_Elements 348 348 */ 349 public $active_formatting_elements = null;349 public $active_formatting_elements; 350 350 351 351 /**
Note: See TracChangeset
for help on using the changeset viewer.