Changeset 61792
- Timestamp:
- 03/03/2026 12:36:18 PM (40 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r61756 r61792 1656 1656 * logic for the generalized WP_HTML_Processor::step() function. 1657 1657 * 1658 * @since 6.7.0 Stub implementation.1658 * @since 6.7.0 1659 1659 * 1660 1660 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 1975 1975 * logic for the generalized WP_HTML_Processor::step() function. 1976 1976 * 1977 * @since 6.7.0 Stub implementation.1977 * @since 6.7.0 1978 1978 * 1979 1979 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 2078 2078 * logic for the generalized WP_HTML_Processor::step() function. 2079 2079 * 2080 * @since 6.7.0 Stub implementation.2080 * @since 6.7.0 2081 2081 * 2082 2082 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4269 4269 * logic for the generalized WP_HTML_Processor::step() function. 4270 4270 * 4271 * @since 6.7.0 Stub implementation.4271 * @since 6.7.0 4272 4272 * 4273 4273 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4398 4398 * logic for the generalized WP_HTML_Processor::step() function. 4399 4399 * 4400 * @since 6.7.0 Stub implementation.4400 * @since 6.7.0 4401 4401 * 4402 4402 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4487 4487 * logic for the generalized WP_HTML_Processor::step() function. 4488 4488 * 4489 * @since 6.7.0 Stub implementation.4489 * @since 6.7.0 4490 4490 * 4491 4491 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4606 4606 * logic for the generalized WP_HTML_Processor::step() function. 4607 4607 * 4608 * @since 6.7.0 Stub implementation.4608 * @since 6.7.0 4609 4609 * 4610 4610 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4691 4691 * logic for the generalized WP_HTML_Processor::step() function. 4692 4692 * 4693 * @since 6.7.0 Stub implementation.4693 * @since 6.7.0 4694 4694 * 4695 4695 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4754 4754 * logic for the generalized WP_HTML_Processor::step() function. 4755 4755 * 4756 * @since 6.7.0 Stub implementation.4756 * @since 6.7.0 4757 4757 * 4758 4758 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input. … … 4822 4822 * logic for the generalized WP_HTML_Processor::step() function. 4823 4823 * 4824 * @since 6.7.0 Stub implementation.4824 * @since 6.7.0 4825 4825 * 4826 4826 * @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
Note: See TracChangeset
for help on using the changeset viewer.