Skip to content

Commit 0dc3aa6

Browse files
committed
Remove incorrect "stub implementation" since annotations
1 parent 6b4eeac commit 0dc3aa6

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
@@ -1644,7 +1644,7 @@ private function step_before_html(): bool {
16441644
* This internal function performs the 'before head' insertion mode
16451645
* logic for the generalized WP_HTML_Processor::step() function.
16461646
*
1647-
* @since 6.7.0 Stub implementation.
1647+
* @since 6.7.0
16481648
* @ignore
16491649
*
16501650
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -1965,7 +1965,7 @@ private function step_in_head(): bool {
19651965
* This internal function performs the 'in head noscript' insertion mode
19661966
* logic for the generalized WP_HTML_Processor::step() function.
19671967
*
1968-
* @since 6.7.0 Stub implementation.
1968+
* @since 6.7.0
19691969
* @ignore
19701970
*
19711971
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -2069,7 +2069,7 @@ private function step_in_head_noscript(): bool {
20692069
* This internal function performs the 'after head' insertion mode
20702070
* logic for the generalized WP_HTML_Processor::step() function.
20712071
*
2072-
* @since 6.7.0 Stub implementation.
2072+
* @since 6.7.0
20732073
* @ignore
20742074
*
20752075
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4271,7 +4271,7 @@ private function step_in_select_in_table(): bool {
42714271
* This internal function performs the 'in template' insertion mode
42724272
* logic for the generalized WP_HTML_Processor::step() function.
42734273
*
4274-
* @since 6.7.0 Stub implementation.
4274+
* @since 6.7.0
42754275
* @ignore
42764276
*
42774277
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4401,7 +4401,7 @@ private function step_in_template(): bool {
44014401
* This internal function performs the 'after body' insertion mode
44024402
* logic for the generalized WP_HTML_Processor::step() function.
44034403
*
4404-
* @since 6.7.0 Stub implementation.
4404+
* @since 6.7.0
44054405
* @ignore
44064406
*
44074407
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4491,7 +4491,7 @@ private function step_after_body(): bool {
44914491
* This internal function performs the 'in frameset' insertion mode
44924492
* logic for the generalized WP_HTML_Processor::step() function.
44934493
*
4494-
* @since 6.7.0 Stub implementation.
4494+
* @since 6.7.0
44954495
* @ignore
44964496
*
44974497
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4611,7 +4611,7 @@ private function step_in_frameset(): bool {
46114611
* This internal function performs the 'after frameset' insertion mode
46124612
* logic for the generalized WP_HTML_Processor::step() function.
46134613
*
4614-
* @since 6.7.0 Stub implementation.
4614+
* @since 6.7.0
46154615
* @ignore
46164616
*
46174617
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4697,7 +4697,7 @@ private function step_after_frameset(): bool {
46974697
* This internal function performs the 'after after body' insertion mode
46984698
* logic for the generalized WP_HTML_Processor::step() function.
46994699
*
4700-
* @since 6.7.0 Stub implementation.
4700+
* @since 6.7.0
47014701
* @ignore
47024702
*
47034703
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4761,7 +4761,7 @@ private function step_after_after_body(): bool {
47614761
* This internal function performs the 'after after frameset' insertion mode
47624762
* logic for the generalized WP_HTML_Processor::step() function.
47634763
*
4764-
* @since 6.7.0 Stub implementation.
4764+
* @since 6.7.0
47654765
* @ignore
47664766
*
47674767
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.
@@ -4830,7 +4830,7 @@ private function step_after_after_frameset(): bool {
48304830
* This internal function performs the 'in foreign content' insertion mode
48314831
* logic for the generalized WP_HTML_Processor::step() function.
48324832
*
4833-
* @since 6.7.0 Stub implementation.
4833+
* @since 6.7.0
48344834
* @ignore
48354835
*
48364836
* @throws WP_HTML_Unsupported_Exception When encountering unsupported HTML input.

0 commit comments

Comments
 (0)