- Timestamp:
- 09/12/2023 03:10:19 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor-state.php
r56380 r56558 87 87 88 88 /** 89 * Refers to the currently-matched tag, if any. 90 * 91 * @since 6.4.0 92 * 93 * @var WP_HTML_Token|null 94 */ 95 public $current_token = null; 96 97 /** 89 98 * Tree construction insertion mode. 90 99 *
Note: See TracChangeset
for help on using the changeset viewer.