Skip to content

Commit a5729e3

Browse files
committed
HTML API: Remove incorrect "stub implementation" since annotations.
Developed in #11076. Props jonsurrell, westonruter. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61792 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 66794e0 commit a5729e3

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ private function step_before_html(): bool {
16551655
* This internal function performs the 'before head' insertion mode
16561656
* logic for the generalized WP_HTML_Processor::step() function.
16571657
*
1658-
* @since 6.7.0 Stub implementation.
1658+
* @since 6.7.0
16591659
*
16601660
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
16611661
*
@@ -1974,7 +1974,7 @@ private function step_in_head(): bool {
19741974
* This internal function performs the 'in head noscript' insertion mode
19751975
* logic for the generalized WP_HTML_Processor::step() function.
19761976
*
1977-
* @since 6.7.0 Stub implementation.
1977+
* @since 6.7.0
19781978
*
19791979
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
19801980
*
@@ -2077,7 +2077,7 @@ private function step_in_head_noscript(): bool {
20772077
* This internal function performs the 'after head' insertion mode
20782078
* logic for the generalized WP_HTML_Processor::step() function.
20792079
*
2080-
* @since 6.7.0 Stub implementation.
2080+
* @since 6.7.0
20812081
*
20822082
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
20832083
*
@@ -4268,7 +4268,7 @@ private function step_in_select_in_table(): bool {
42684268
* This internal function performs the 'in template' insertion mode
42694269
* logic for the generalized WP_HTML_Processor::step() function.
42704270
*
4271-
* @since 6.7.0 Stub implementation.
4271+
* @since 6.7.0
42724272
*
42734273
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
42744274
*
@@ -4397,7 +4397,7 @@ private function step_in_template(): bool {
43974397
* This internal function performs the 'after body' insertion mode
43984398
* logic for the generalized WP_HTML_Processor::step() function.
43994399
*
4400-
* @since 6.7.0 Stub implementation.
4400+
* @since 6.7.0
44014401
*
44024402
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
44034403
*
@@ -4486,7 +4486,7 @@ private function step_after_body(): bool {
44864486
* This internal function performs the 'in frameset' insertion mode
44874487
* logic for the generalized WP_HTML_Processor::step() function.
44884488
*
4489-
* @since 6.7.0 Stub implementation.
4489+
* @since 6.7.0
44904490
*
44914491
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
44924492
*
@@ -4605,7 +4605,7 @@ private function step_in_frameset(): bool {
46054605
* This internal function performs the 'after frameset' insertion mode
46064606
* logic for the generalized WP_HTML_Processor::step() function.
46074607
*
4608-
* @since 6.7.0 Stub implementation.
4608+
* @since 6.7.0
46094609
*
46104610
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
46114611
*
@@ -4690,7 +4690,7 @@ private function step_after_frameset(): bool {
46904690
* This internal function performs the 'after after body' insertion mode
46914691
* logic for the generalized WP_HTML_Processor::step() function.
46924692
*
4693-
* @since 6.7.0 Stub implementation.
4693+
* @since 6.7.0
46944694
*
46954695
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
46964696
*
@@ -4753,7 +4753,7 @@ private function step_after_after_body(): bool {
47534753
* This internal function performs the 'after after frameset' insertion mode
47544754
* logic for the generalized WP_HTML_Processor::step() function.
47554755
*
4756-
* @since 6.7.0 Stub implementation.
4756+
* @since 6.7.0
47574757
*
47584758
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
47594759
*
@@ -4821,7 +4821,7 @@ private function step_after_after_frameset(): bool {
48214821
* This internal function performs the 'in foreign content' insertion mode
48224822
* logic for the generalized WP_HTML_Processor::step() function.
48234823
*
4824-
* @since 6.7.0 Stub implementation.
4824+
* @since 6.7.0
48254825
*
48264826
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
48274827
*

0 commit comments

Comments
 (0)