Skip to content

Commit 8b00f86

Browse files
committed
Update 6.7.0 version to 6.8.0
1 parent 4eba4a0 commit 8b00f86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-includes/html-api/class-wp-html-active-formatting-elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class WP_HTML_Active_Formatting_Elements {
4848
*
4949
* Do not use this method; it is meant to be used only by the HTML Processor.
5050
*
51-
* @since 6.7.0
51+
* @since 6.8.0
5252
*
5353
* @access private
5454
*

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
262262
*
263263
* These attributes are not modifiable.
264264
*
265-
* @since 6.7.0
265+
* @since 6.8.0
266266
*
267267
* @var array|null
268268
*/
@@ -5884,7 +5884,7 @@ private function get_adjusted_current_node(): ?WP_HTML_Token {
58845884
* > been explicitly closed.
58855885
*
58865886
* @since 6.4.0
5887-
* @since 6.7.0 Added additional support.
5887+
* @since 6.8.0 Added additional support.
58885888
*
58895889
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
58905890
*

0 commit comments

Comments
 (0)