Skip to content

Commit 8cab020

Browse files
committed
Bump since tags to 7.0.0
1 parent b4269af commit 8cab020

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.8.0
51+
* @since 7.0.0
5252
*
5353
* @access private
5454
*

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

Lines changed: 3 additions & 3 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.8.0
265+
* @since 7.0.0
266266
*
267267
* @var array
268268
*/
@@ -5332,7 +5332,7 @@ public function get_attribute( $name ) {
53325332
* Returns the adjusted attribute name for a given attribute, taking into
53335333
* account the current parsing context, whether HTML, SVG, or MathML.
53345334
*
5335-
* @since 6.8.0 Subclassed for the HTML Processor.
5335+
* @since 7.0.0 Subclassed for the HTML Processor.
53365336
*
53375337
* @param string $attribute_name Which attribute name to adjust.
53385338
*
@@ -5942,7 +5942,7 @@ private function get_adjusted_current_node(): ?WP_HTML_Token {
59425942
* > been explicitly closed.
59435943
*
59445944
* @since 6.4.0
5945-
* @since 6.8.0 Added additional support.
5945+
* @since 7.0.0 Added additional support.
59465946
*
59475947
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
59485948
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,7 @@ public function get_qualified_attribute_name( $attribute_name ): ?string {
30673067
* Returns the adjusted attribute name for a given attribute, taking into
30683068
* account the provided namespace.
30693069
*
3070-
* @since 6.8.0
3070+
* @since 7.0.0
30713071
*
30723072
* @param string $ns The namespace to use: 'html', 'svg', or 'math'.
30733073
* @param string $attribute_name Which attribute to adjust.

0 commit comments

Comments
 (0)