Changeset 58940
- Timestamp:
- 08/27/2024 03:35:35 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r58926 r58940 4705 4705 public function get_namespace(): string { 4706 4706 if ( ! isset( $this->current_element ) ) { 4707 return 'html';4707 return parent::get_namespace(); 4708 4708 } 4709 4709
Note: See TracChangeset
for help on using the changeset viewer.