Skip to content

Commit c3166be

Browse files
committed
Add ticket number
1 parent 35502ad commit c3166be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlTagProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ public function data_next_tag_ignores_contents_of_rcdata_tag() {
19531953
* Were it not for this then the NOSCRIPT tag would be handled like the
19541954
* other tags in the RAW TEXT special group, e.g. NOEMBED or STYLE.
19551955
*
1956-
* @ticket {TICKET_NUMBER}
1956+
* @ticket 60122
19571957
*
19581958
* @covers WP_HTML_Tag_Processor::next_tag
19591959
*/
@@ -2323,7 +2323,7 @@ public function test_removing_specific_attributes_in_malformed_html() {
23232323
/**
23242324
* Ensures that no tags are matched in a document containing only non-tag content.
23252325
*
2326-
* @ticket {TICKET_NUMBER}
2326+
* @ticket 60122
23272327
*
23282328
* @covers WP_HTML_Tag_Processor::next_tag
23292329
* @covers WP_HTML_Tag_Processor::paused_at_incomplete_token

0 commit comments

Comments
 (0)