Skip to content

Commit 2e1150c

Browse files
authored
Add TODO
1 parent efa758f commit 2e1150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/optimization-detective/class-od-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ final class OD_HTML_Tag_Processor extends WP_HTML_Tag_Processor {
239239
*
240240
* @inheritDoc
241241
* @since 0.4.0
242-
* @since 1.0.0 Passing a $query is now allowed. In the 1.0.0 release, this will default to skipping tag closers.
242+
* @since 1.0.0 Passing a $query is now allowed. TODO: In the final non-beta 1.0.0 release, also note that this will default to skipping tag closers.
243243
*
244244
* @param array{tag_name?: string|null, match_offset?: int|null, class_name?: string|null, tag_closers?: string|null}|null $query Query.
245245
* @return bool Whether a tag was matched.

0 commit comments

Comments
 (0)